#1A62B5

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

Shades of Denim #1A62B5

Tints of Denim #1A62B5

Color information

#1A62B5 (or 0x1A62B5) is unknown color: approx Denim. HEX triplet: 1A, 62 and B5. RGB value is (26,98,181). Sum of RGB (Red+Green+Blue) = 26+98+181=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #1A62B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A62B5 is #E59D4A. Grayscale: #555555. Windows color (decimal): -15048011 or 11887130. OLE color: 11887130.

HSL color Cylindrical-coordinate representation of color #1A62B5: hue angle of 212.13º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A62B5 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2698181-
CMYK0.860.4600.29
HSL212.13º74.88%40.59%-
HSV(B)212.13º85.64%70.98%-
XYZ13.1312.2945.4-
YUV85.93181.6585.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.52%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 181 (71.09% from 255) = 59.34%
R=8.52%
G=32.13%
B=59.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26981810.860.4600.29212.1374.8840.59
Hex1A62B5562E01Dd44b29
Octal321422651265603532411351
Binary110101100010101101011010110101110011101110101001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A62B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A62B5; }

 p { color: rgb(26,98,181); }

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

<style>
 a { background-color: #1A62B5; }

 a { background-color: rgb(26,98,181); }

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

<style>
 span { border-color: #1A62B5; }

 span { border-color: rgb(26,98,181); }

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