#1582B8

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

Shades of Cerulean #1582B8

Tints of Cerulean #1582B8

Color information

#1582B8 (or 0x1582B8) is unknown color: approx Cerulean. HEX triplet: 15, 82 and B8. RGB value is (21,130,184). Sum of RGB (Red+Green+Blue) = 21+130+184=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 184 (72.27% from 255 or 54.93% from 335); Max value from RGB is 184 - color contains mainly: blue. Hex color #1582B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1582B8 is #EA7D47. Grayscale: #676767. Windows color (decimal): -15367496 or 12091925. OLE color: 12091925.

HSL color Cylindrical-coordinate representation of color #1582B8: hue angle of 199.88º 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 #1582B8 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB21130184-
CMYK0.890.2900.28
HSL199.88º79.51%40.2%-
HSV(B)199.88º88.59%72.16%-
XYZ16.9419.5948.23-
YUV103.56173.3969.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.27%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 184 (72.27% from 255) = 54.93%
R=6.27%
G=38.81%
B=54.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal211301840.890.2900.28199.8879.5140.2
Hex1582B8591D01Cc85028
Octal252022701313503431012050
Binary101011000001010111000101100111101011100110010001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1582B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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