Html Css Color HEX #086EC9 Navy Blue

📋 copy color: '#086EC9'

red 8 ◦ green 110 ◦ blue 201

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

Shades of Navy Blue #086EC9

Tints of Navy Blue #086EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 63.01%

R = 2.51%
G = 34.48%
B = 63.01%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#086EC9 (or 0x086EC9) is known color: Navy Blue. HEX triplet: 08, 6E and C9. RGB value is (8,110,201). Sum of RGB (Red+Green+Blue) = 8+110+201=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 201 (78.91% from 255 or 63.01% from 319); Max value from RGB is 201 - color contains mainly: blue. Hex color #086EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086EC9 is #F79136. Grayscale: #595959. Windows color (decimal): -16224567 or 13200904. OLE color: 13200904.

HSL color Cylindrical-coordinate representation of color #086EC9: hue angle of 208.29º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086EC9 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 110 201 -
CMYK 0.96 0.45 0 0.21
HSL 208.29º 0.92% 0.41% -
HSV(B) 208.29º 0.96% 0.79% -
XYZ 16.22 15.42 57.38 -
YUV 89.88 190.71 69.6 -
System Red Green Blue C M Y K H S L
Decimal 8 110 201 0.96 0.45 0 0.21 208.29 0.92 0.41
Hex 8 6E C9 60 2D 0 15 D0 5C 29
Octal 10 156 311 140 55 0 25 320 134 51
Binary 1000 1101110 11001001 1100000 101101 0 10101 11010000 1011100 101001

Color Harmonies of #086EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086EC9

Black with #086EC9

Text Example


Text Example

White with #086EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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