#1562B8

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

Shades of Denim #1562B8

Tints of Denim #1562B8

Color information

#1562B8 (or 0x1562B8) is unknown color: approx Denim. HEX triplet: 15, 62 and B8. RGB value is (21,98,184). Sum of RGB (Red+Green+Blue) = 21+98+184=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #1562B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562B8 is #EA9D47. Grayscale: #545454. Windows color (decimal): -15375688 or 12083733. OLE color: 12083733.

HSL color Cylindrical-coordinate representation of color #1562B8: hue angle of 211.66º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1562B8 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2198184-
CMYK0.890.4700.28
HSL211.66º79.51%40.2%-
HSV(B)211.66º88.59%72.16%-
XYZ13.3312.3647.03-
YUV84.78183.9982.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.93%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 184 (72.27% from 255) = 60.73%
R=6.93%
G=32.34%
B=60.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal21981840.890.4700.28211.6679.5140.2
Hex1562B8592F01Cd45028
Octal251422701315703432412050
Binary101011100010101110001011001101111011100110101001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1562B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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