Html Css Color HEX #086394 Cerulean

📋 copy color: '#086394'

red 8 ◦ green 99 ◦ blue 148

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

Shades of Cerulean #086394

Tints of Cerulean #086394

RGB

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

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

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

R = 3.14%
G = 38.82%
B = 58.04%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#086394 (or 0x086394) is known color: Cerulean. HEX triplet: 08, 63 and 94. RGB value is (8,99,148). Sum of RGB (Red+Green+Blue) = 8+99+148=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #086394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086394 is #F79C6B. Grayscale: #4D4D4D. Windows color (decimal): -16227436 or 9724680. OLE color: 9724680.

HSL color Cylindrical-coordinate representation of color #086394: hue angle of 201º 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 #086394 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 99 148 -
CMYK 0.95 0.33 0 0.42
HSL 201º 0.9% 0.31% -
HSV(B) 201º 0.95% 0.58% -
XYZ 9.91 11.11 29.64 -
YUV 77.38 167.85 78.52 -
System Red Green Blue C M Y K H S L
Decimal 8 99 148 0.95 0.33 0 0.42 201 0.9 0.31
Hex 8 63 94 5F 21 0 2A C9 5A 1F
Octal 10 143 224 137 41 0 52 311 132 37
Binary 1000 1100011 10010100 1011111 100001 0 101010 11001001 1011010 11111

Color Harmonies of #086394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086394

Black with #086394

Text Example


Text Example

White with #086394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086394; }

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

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

background-color css

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

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

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

border-color css

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

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

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