Html Css Color HEX #086691 Cerulean

📋 copy color: '#086691'

red 8 ◦ green 102 ◦ blue 145

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

Shades of Cerulean #086691

Tints of Cerulean #086691

RGB

 RED value IS 8 (3.52% from 255) = 3.14%

 GREEN value IS 102 (40.23% from 255) = 40%

 BLUE value IS 145 (57.03% from 255) = 56.86%

R = 3.14%
G = 40%
B = 56.86%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#086691 (or 0x086691) is known color: Cerulean. HEX triplet: 08, 66 and 91. RGB value is (8,102,145). Sum of RGB (Red+Green+Blue) = 8+102+145=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #086691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086691 is #F7996E. Grayscale: #4E4E4E. Windows color (decimal): -16226671 or 9528840. OLE color: 9528840.

HSL color Cylindrical-coordinate representation of color #086691: hue angle of 198.83º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086691 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 102 145 -
CMYK 0.94 0.30 0 0.43
HSL 198.83º 0.9% 0.3% -
HSV(B) 198.83º 0.94% 0.57% -
XYZ 9.96 11.6 28.5 -
YUV 78.8 165.36 77.5 -
System Red Green Blue C M Y K H S L
Decimal 8 102 145 0.94 0.30 0 0.43 198.83 0.9 0.3
Hex 8 66 91 5E 1E 0 2B C7 5A 1E
Octal 10 146 221 136 36 0 53 307 132 36
Binary 1000 1100110 10010001 1011110 11110 0 101011 11000111 1011010 11110

Color Harmonies of #086691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086691

Black with #086691

Text Example


Text Example

White with #086691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086691; }

 p { color: rgb(8,102,145); }

 H1.HeaderClassName
 {
   color: #086691;
 }
 .AnyTagClassName
 {
   color: #086691;
 }
</style>

background-color css

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

 a { background-color: rgb(8,102,145); }

 div.DivClassName
 {
   background-color: #086691;
 }
 .BgClassName
 {
   background-color: #086691;
 }
</style>

border-color css

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

 span { border-color: rgb(8,102,145); }

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