Html Css Color HEX #086993 Cerulean

📋 copy color: '#086993'

red 8 ◦ green 105 ◦ blue 147

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

Shades of Cerulean #086993

Tints of Cerulean #086993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.54%

R = 3.08%
G = 40.38%
B = 56.54%

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

#086993 (or 0x086993) is known color: Cerulean. HEX triplet: 08, 69 and 93. RGB value is (8,105,147). Sum of RGB (Red+Green+Blue) = 8+105+147=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #086993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086993 is #F7966C. Grayscale: #505050. Windows color (decimal): -16225901 or 9660680. OLE color: 9660680.

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

Color convert

RGB 8 105 147 -
CMYK 0.95 0.29 0 0.42
HSL 198.13º 0.9% 0.3% -
HSV(B) 198.13º 0.95% 0.58% -
XYZ 10.42 12.26 29.42 -
YUV 80.79 165.36 76.08 -
System Red Green Blue C M Y K H S L
Decimal 8 105 147 0.95 0.29 0 0.42 198.13 0.9 0.3
Hex 8 69 93 5F 1D 0 2A C6 5A 1E
Octal 10 151 223 137 35 0 52 306 132 36
Binary 1000 1101001 10010011 1011111 11101 0 101010 11000110 1011010 11110

Color Harmonies of #086993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086993

Black with #086993

Text Example


Text Example

White with #086993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086993; }

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

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

background-color css

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

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

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

border-color css

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

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

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