Html Css Color HEX #086692 Cerulean

📋 copy color: '#086692'

red 8 ◦ green 102 ◦ blue 146

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

Shades of Cerulean #086692

Tints of Cerulean #086692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 3.13%
G = 39.84%
B = 57.03%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#086692 (or 0x086692) is known color: Cerulean. HEX triplet: 08, 66 and 92. RGB value is (8,102,146). Sum of RGB (Red+Green+Blue) = 8+102+146=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #086692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086692 is #F7996D. Grayscale: #4E4E4E. Windows color (decimal): -16226670 or 9594376. OLE color: 9594376.

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

Color convert

RGB 8 102 146 -
CMYK 0.95 0.30 0 0.43
HSL 199.13º 0.9% 0.3% -
HSV(B) 199.13º 0.95% 0.57% -
XYZ 10.04 11.63 28.91 -
YUV 78.91 165.86 77.42 -
System Red Green Blue C M Y K H S L
Decimal 8 102 146 0.95 0.30 0 0.43 199.13 0.9 0.3
Hex 8 66 92 5F 1E 0 2B C7 5A 1E
Octal 10 146 222 137 36 0 53 307 132 36
Binary 1000 1100110 10010010 1011111 11110 0 101011 11000111 1011010 11110

Color Harmonies of #086692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086692

Black with #086692

Text Example


Text Example

White with #086692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086692; }

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

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

background-color css

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

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

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

border-color css

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

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

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