#1586AD

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

Shades of Cerulean #1586AD

Tints of Cerulean #1586AD

Color information

#1586AD (or 0x1586AD) is unknown color: approx Cerulean. HEX triplet: 15, 86 and AD. RGB value is (21,134,173). Sum of RGB (Red+Green+Blue) = 21+134+173=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #1586AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1586AD is #EA7952. Grayscale: #686868. Windows color (decimal): -15366483 or 11372053. OLE color: 11372053.

HSL color Cylindrical-coordinate representation of color #1586AD: hue angle of 195.39º 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 #1586AD is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21134173-
CMYK0.880.2300.32
HSL195.39º78.35%38.04%-
HSV(B)195.39º87.86%67.84%-
XYZ16.3820.2342.58-
YUV104.66166.5668.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.40%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 173 (67.97% from 255) = 52.74%
R=6.40%
G=40.85%
B=52.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211341730.880.2300.32195.3978.3538.04
Hex1586AD5817020c34e26
Octal252062551302704030311646
Binary1010110000110101011011011000101110100000110000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1586AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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