Html Css Color HEX #086EC0 Navy Blue

📋 copy color: '#086EC0'

red 8 ◦ green 110 ◦ blue 192

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

Shades of Navy Blue #086EC0

Tints of Navy Blue #086EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 61.94%

R = 2.58%
G = 35.48%
B = 61.94%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#086EC0 (or 0x086EC0) is known color: Navy Blue. HEX triplet: 08, 6E and C0. RGB value is (8,110,192). Sum of RGB (Red+Green+Blue) = 8+110+192=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 192 (75.39% from 255 or 61.94% from 310); Max value from RGB is 192 - color contains mainly: blue. Hex color #086EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086EC0 is #F7913F. Grayscale: #585858. Windows color (decimal): -16224576 or 12611080. OLE color: 12611080.

HSL color Cylindrical-coordinate representation of color #086EC0: hue angle of 206.74º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086EC0 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 110 192 -
CMYK 0.96 0.43 0 0.25
HSL 206.74º 0.92% 0.39% -
HSV(B) 206.74º 0.96% 0.75% -
XYZ 15.19 15.01 51.97 -
YUV 88.85 186.21 70.33 -
System Red Green Blue C M Y K H S L
Decimal 8 110 192 0.96 0.43 0 0.25 206.74 0.92 0.39
Hex 8 6E C0 60 2B 0 19 CF 5C 27
Octal 10 156 300 140 53 0 31 317 134 47
Binary 1000 1101110 11000000 1100000 101011 0 11001 11001111 1011100 100111

Color Harmonies of #086EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086EC0

Black with #086EC0

Text Example


Text Example

White with #086EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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