#1584B8

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

Shades of Cerulean #1584B8

Tints of Cerulean #1584B8

Color information

#1584B8 (or 0x1584B8) is unknown color: approx Cerulean. HEX triplet: 15, 84 and B8. RGB value is (21,132,184). Sum of RGB (Red+Green+Blue) = 21+132+184=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 184 (72.27% from 255 or 54.60% from 337); Max value from RGB is 184 - color contains mainly: blue. Hex color #1584B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1584B8 is #EA7B47. Grayscale: #686868. Windows color (decimal): -15366984 or 12092437. OLE color: 12092437.

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

Color convert

RGB21132184-
CMYK0.890.2800.28
HSL199.14º79.51%40.2%-
HSV(B)199.14º88.59%72.16%-
XYZ17.2120.1248.32-
YUV104.74172.7368.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.23%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 184 (72.27% from 255) = 54.60%
R=6.23%
G=39.17%
B=54.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal211321840.890.2800.28199.1479.5140.2
Hex1584B8591C01Cc75028
Octal252042701313403430712050
Binary101011000010010111000101100111100011100110001111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1584B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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