Html Css Color HEX #086392 Cerulean

📋 copy color: '#086392'

red 8 ◦ green 99 ◦ blue 146

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

Shades of Cerulean #086392

Tints of Cerulean #086392

RGB

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

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

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

R = 3.16%
G = 39.13%
B = 57.71%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#086392 (or 0x086392) is known color: Cerulean. HEX triplet: 08, 63 and 92. RGB value is (8,99,146). Sum of RGB (Red+Green+Blue) = 8+99+146=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #086392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086392 is #F79C6D. Grayscale: #4C4C4C. Windows color (decimal): -16227438 or 9593608. OLE color: 9593608.

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

Color convert

RGB 8 99 146 -
CMYK 0.95 0.32 0 0.43
HSL 200.43º 0.9% 0.3% -
HSV(B) 200.43º 0.95% 0.57% -
XYZ 9.75 11.05 28.81 -
YUV 77.15 166.85 78.68 -
System Red Green Blue C M Y K H S L
Decimal 8 99 146 0.95 0.32 0 0.43 200.43 0.9 0.3
Hex 8 63 92 5F 20 0 2B C8 5A 1E
Octal 10 143 222 137 40 0 53 310 132 36
Binary 1000 1100011 10010010 1011111 100000 0 101011 11001000 1011010 11110

Color Harmonies of #086392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086392

Black with #086392

Text Example


Text Example

White with #086392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086392; }

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

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

background-color css

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

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

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

border-color css

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

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

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