#1586AF

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

Shades of Cerulean #1586AF

Tints of Cerulean #1586AF

Color information

#1586AF (or 0x1586AF) is unknown color: approx Cerulean. HEX triplet: 15, 86 and AF. RGB value is (21,134,175). Sum of RGB (Red+Green+Blue) = 21+134+175=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #1586AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1586AF is #EA7950. Grayscale: #686868. Windows color (decimal): -15366481 or 11503125. OLE color: 11503125.

HSL color Cylindrical-coordinate representation of color #1586AF: hue angle of 195.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1586AF is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB21134175-
CMYK0.880.2300.31
HSL195.97º78.57%38.43%-
HSV(B)195.97º88%68.63%-
XYZ16.5720.343.6-
YUV104.89167.5668.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.36%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 175 (68.75% from 255) = 53.03%
R=6.36%
G=40.61%
B=53.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal211341750.880.2300.31195.9778.5738.43
Hex1586AF581701Fc44f26
Octal252062571302703730411746
Binary101011000011010101111101100010111011111110001001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1586AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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