Html Css Color HEX #086ECC Navy Blue

📋 copy color: '#086ECC'

red 8 ◦ green 110 ◦ blue 204

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

Shades of Navy Blue #086ECC

Tints of Navy Blue #086ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.16%

 BLUE value IS 204 (80.08% from 255) = 63.35%

R = 2.48%
G = 34.16%
B = 63.35%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#086ECC (or 0x086ECC) is known color: Navy Blue. HEX triplet: 08, 6E and CC. RGB value is (8,110,204). Sum of RGB (Red+Green+Blue) = 8+110+204=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #086ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ECC is #F79133. Grayscale: #595959. Windows color (decimal): -16224564 or 13397512. OLE color: 13397512.

HSL color Cylindrical-coordinate representation of color #086ECC: hue angle of 208.78º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086ECC is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 110 204 -
CMYK 0.96 0.46 0 0.2
HSL 208.78º 0.92% 0.42% -
HSV(B) 208.78º 0.96% 0.8% -
XYZ 16.58 15.56 59.26 -
YUV 90.22 192.21 69.36 -
System Red Green Blue C M Y K H S L
Decimal 8 110 204 0.96 0.46 0 0.2 208.78 0.92 0.42
Hex 8 6E CC 60 2E 0 14 D1 5C 2A
Octal 10 156 314 140 56 0 24 321 134 52
Binary 1000 1101110 11001100 1100000 101110 0 10100 11010001 1011100 101010

Color Harmonies of #086ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086ECC

Black with #086ECC

Text Example


Text Example

White with #086ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086ECC; }

 p { color: rgb(8,110,204); }

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

background-color css

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

 a { background-color: rgb(8,110,204); }

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

border-color css

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

 span { border-color: rgb(8,110,204); }

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