#1365BB

Color #1365BB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1365BB

Tints of Denim #1365BB

Color information

#1365BB (or 0x1365BB) is unknown color: approx Denim. HEX triplet: 13, 65 and BB. RGB value is (19,101,187). Sum of RGB (Red+Green+Blue) = 19+101+187=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #1365BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365BB is #EC9A44. Grayscale: #555555. Windows color (decimal): -15505989 or 12281107. OLE color: 12281107.

HSL color Cylindrical-coordinate representation of color #1365BB: hue angle of 210.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1365BB is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB19101187-
CMYK0.900.4600.27
HSL210.71º81.55%40.39%-
HSV(B)210.71º89.84%73.33%-
XYZ13.8913.0348.8-
YUV86.29184.8380.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 6.19%
GREEN value IS 101 (39.84% from 255) = 32.90%
BLUE value IS 187 (73.44% from 255) = 60.91%
R=6.19%
G=32.90%
B=60.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal191011870.900.4600.27210.7181.5540.39
Hex1365BB5A2E01Bd35228
Octal231452731325603332312250
Binary100111100101101110111011010101110011011110100111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1365BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1365BB; }

 p { color: rgb(19,101,187); }

 H1.HeaderClassName
 {
   color: #1365BB;
 }
 .AnyTagClassName
 {
   color: #1365BB;
 }
</style>
background-color css

<style>
 a { background-color: #1365BB; }

 a { background-color: rgb(19,101,187); }

 div.DivClassName
 {
   background-color: #1365BB;
 }
 .BgClassName
 {
   background-color: #1365BB;
 }
</style>
border-color css

<style>
 span { border-color: #1365BB; }

 span { border-color: rgb(19,101,187); }

 td.TdClassName
 {
   border-color: #1365BB;
 }
 .TagClassName
 {
   border-color: #1365BB;
 }
</style>