Html Css Color HEX #086ECE Navy Blue

📋 copy color: '#086ECE'

red 8 ◦ green 110 ◦ blue 206

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

Shades of Navy Blue #086ECE

Tints of Navy Blue #086ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.58%

R = 2.47%
G = 33.95%
B = 63.58%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#086ECE (or 0x086ECE) is known color: Navy Blue. HEX triplet: 08, 6E and CE. RGB value is (8,110,206). Sum of RGB (Red+Green+Blue) = 8+110+206=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #086ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ECE is #F79131. Grayscale: #595959. Windows color (decimal): -16224562 or 13528584. OLE color: 13528584.

HSL color Cylindrical-coordinate representation of color #086ECE: hue angle of 209.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086ECE is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 110 206 -
CMYK 0.96 0.47 0 0.19
HSL 209.09º 0.93% 0.42% -
HSV(B) 209.09º 0.96% 0.81% -
XYZ 16.82 15.66 60.53 -
YUV 90.45 193.21 69.19 -
System Red Green Blue C M Y K H S L
Decimal 8 110 206 0.96 0.47 0 0.19 209.09 0.93 0.42
Hex 8 6E CE 60 2F 0 13 D1 5D 2A
Octal 10 156 316 140 57 0 23 321 135 52
Binary 1000 1101110 11001110 1100000 101111 0 10011 11010001 1011101 101010

Color Harmonies of #086ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086ECE

Black with #086ECE

Text Example


Text Example

White with #086ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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