#1584AD

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

Shades of Cerulean #1584AD

Tints of Cerulean #1584AD

Color information

#1584AD (or 0x1584AD) is unknown color: approx Cerulean. HEX triplet: 15, 84 and AD. RGB value is (21,132,173). Sum of RGB (Red+Green+Blue) = 21+132+173=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #1584AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1584AD is #EA7B52. Grayscale: #676767. Windows color (decimal): -15366995 or 11371541. OLE color: 11371541.

HSL color Cylindrical-coordinate representation of color #1584AD: hue angle of 196.18º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1584AD is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21132173-
CMYK0.880.2400.32
HSL196.18º78.35%38.04%-
HSV(B)196.18º87.86%67.84%-
XYZ16.119.6842.48-
YUV103.48167.2369.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.44%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=6.44%
G=40.49%
B=53.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211321730.880.2400.32196.1878.3538.04
Hex1584AD5818020c44e26
Octal252042551303004030411646
Binary1010110000100101011011011000110000100000110001001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1584AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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