Html Css Color HEX #086994 Cerulean

📋 copy color: '#086994'

red 8 ◦ green 105 ◦ blue 148

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

Shades of Cerulean #086994

Tints of Cerulean #086994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.7%

R = 3.07%
G = 40.23%
B = 56.7%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#086994 (or 0x086994) is known color: Cerulean. HEX triplet: 08, 69 and 94. RGB value is (8,105,148). Sum of RGB (Red+Green+Blue) = 8+105+148=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #086994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086994 is #F7966B. Grayscale: #505050. Windows color (decimal): -16225900 or 9726216. OLE color: 9726216.

HSL color Cylindrical-coordinate representation of color #086994: hue angle of 198.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086994 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 105 148 -
CMYK 0.95 0.29 0 0.42
HSL 198.43º 0.9% 0.31% -
HSV(B) 198.43º 0.95% 0.58% -
XYZ 10.5 12.29 29.84 -
YUV 80.9 165.86 76 -
System Red Green Blue C M Y K H S L
Decimal 8 105 148 0.95 0.29 0 0.42 198.43 0.9 0.31
Hex 8 69 94 5F 1D 0 2A C6 5A 1F
Octal 10 151 224 137 35 0 52 306 132 37
Binary 1000 1101001 10010100 1011111 11101 0 101010 11000110 1011010 11111

Color Harmonies of #086994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086994

Black with #086994

Text Example


Text Example

White with #086994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086994; }

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

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

background-color css

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

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

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

border-color css

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

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

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