Html Css Color HEX #1586AF Cerulean

📋 copy color: '#1586AF'

red 21 ◦ green 134 ◦ blue 175

#1586AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #1586AF

Tints of Cerulean #1586AF

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 value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1586AF (or 0x1586AF) is known color: 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

RGB 21 134 175 -
CMYK 0.88 0.23 0 0.31
HSL 195.97º 0.79% 0.38% -
HSV(B) 195.97º 0.88% 0.69% -
XYZ 16.57 20.3 43.6 -
YUV 104.89 167.56 68.17 -
System Red Green Blue C M Y K H S L
Decimal 21 134 175 0.88 0.23 0 0.31 195.97 0.79 0.38
Hex 15 86 AF 58 17 0 1F C4 4F 26
Octal 25 206 257 130 27 0 37 304 117 46
Binary 10101 10000110 10101111 1011000 10111 0 11111 11000100 1001111 100110

Color Harmonies of #1586AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1586AF

Black with #1586AF

Text Example


Text Example

White with #1586AF

Text Example


Text Example

HTML Codes & Css Web 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>