#1584A9

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

Shades of Cerulean #1584A9

Tints of Cerulean #1584A9

Color information

#1584A9 (or 0x1584A9) is unknown color: approx Cerulean. HEX triplet: 15, 84 and A9. RGB value is (21,132,169). Sum of RGB (Red+Green+Blue) = 21+132+169=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #1584A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1584A9 is #EA7B56. Grayscale: #666666. Windows color (decimal): -15366999 or 11109397. OLE color: 11109397.

HSL color Cylindrical-coordinate representation of color #1584A9: hue angle of 195º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1584A9 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB21132169-
CMYK0.880.2200.34
HSL195º77.89%37.25%-
HSV(B)195º87.57%66.27%-
XYZ15.7219.5340.48-
YUV103.03165.2369.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.52%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 169 (66.41% from 255) = 52.48%
R=6.52%
G=40.99%
B=52.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal211321690.880.2200.3419577.8937.25
Hex1584A95816022c34e25
Octal252042511302604230311645
Binary1010110000100101010011011000101100100010110000111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1584A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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