Html Css Color HEX #086396 Cerulean

📋 copy color: '#086396'

red 8 ◦ green 99 ◦ blue 150

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

Shades of Cerulean #086396

Tints of Cerulean #086396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

 BLUE value IS 150 (58.98% from 255) = 58.37%

R = 3.11%
G = 38.52%
B = 58.37%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#086396 (or 0x086396) is known color: Cerulean. HEX triplet: 08, 63 and 96. RGB value is (8,99,150). Sum of RGB (Red+Green+Blue) = 8+99+150=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #086396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086396 is #F79C69. Grayscale: #4D4D4D. Windows color (decimal): -16227434 or 9855752. OLE color: 9855752.

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

Color convert

RGB 8 99 150 -
CMYK 0.95 0.34 0 0.41
HSL 201.55º 0.9% 0.31% -
HSV(B) 201.55º 0.95% 0.59% -
XYZ 10.07 11.18 30.48 -
YUV 77.61 168.85 78.35 -
System Red Green Blue C M Y K H S L
Decimal 8 99 150 0.95 0.34 0 0.41 201.55 0.9 0.31
Hex 8 63 96 5F 22 0 29 CA 5A 1F
Octal 10 143 226 137 42 0 51 312 132 37
Binary 1000 1100011 10010110 1011111 100010 0 101001 11001010 1011010 11111

Color Harmonies of #086396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086396

Black with #086396

Text Example


Text Example

White with #086396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086396; }

 p { color: rgb(8,99,150); }

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

background-color css

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

 a { background-color: rgb(8,99,150); }

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

border-color css

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

 span { border-color: rgb(8,99,150); }

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