#1562B4

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

Shades of Denim #1562B4

Tints of Denim #1562B4

Color information

#1562B4 (or 0x1562B4) is unknown color: approx Denim. HEX triplet: 15, 62 and B4. RGB value is (21,98,180). Sum of RGB (Red+Green+Blue) = 21+98+180=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #1562B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562B4 is #EA9D4B. Grayscale: #535353. Windows color (decimal): -15375692 or 11821589. OLE color: 11821589.

HSL color Cylindrical-coordinate representation of color #1562B4: hue angle of 210.94º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1562B4 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2198180-
CMYK0.880.4600.29
HSL210.94º79.1%39.41%-
HSV(B)210.94º88.33%70.59%-
XYZ12.9212.1944.85-
YUV84.32181.9982.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.02%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 180 (70.70% from 255) = 60.20%
R=7.02%
G=32.78%
B=60.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21981800.880.4600.29210.9479.139.41
Hex1562B4582E01Dd34f27
Octal251422641305603532311747
Binary101011100010101101001011000101110011101110100111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1562B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1562B4; }

 p { color: rgb(21,98,180); }

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

<style>
 a { background-color: #1562B4; }

 a { background-color: rgb(21,98,180); }

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

<style>
 span { border-color: #1562B4; }

 span { border-color: rgb(21,98,180); }

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