Html Css Color HEX #086991 Cerulean

📋 copy color: '#086991'

red 8 ◦ green 105 ◦ blue 145

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

Shades of Cerulean #086991

Tints of Cerulean #086991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.7%

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

R = 3.1%
G = 40.7%
B = 56.2%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#086991 (or 0x086991) is known color: Cerulean. HEX triplet: 08, 69 and 91. RGB value is (8,105,145). Sum of RGB (Red+Green+Blue) = 8+105+145=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #086991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086991 is #F7966E. Grayscale: #505050. Windows color (decimal): -16225903 or 9529608. OLE color: 9529608.

HSL color Cylindrical-coordinate representation of color #086991: hue angle of 197.52º 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 #086991 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 105 145 -
CMYK 0.94 0.28 0 0.43
HSL 197.52º 0.9% 0.3% -
HSV(B) 197.52º 0.94% 0.57% -
XYZ 10.26 12.2 28.6 -
YUV 80.56 164.36 76.25 -
System Red Green Blue C M Y K H S L
Decimal 8 105 145 0.94 0.28 0 0.43 197.52 0.9 0.3
Hex 8 69 91 5E 1C 0 2B C6 5A 1E
Octal 10 151 221 136 34 0 53 306 132 36
Binary 1000 1101001 10010001 1011110 11100 0 101011 11000110 1011010 11110

Color Harmonies of #086991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086991

Black with #086991

Text Example


Text Example

White with #086991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086991; }

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

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

background-color css

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

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

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

border-color css

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

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

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