Html Css Color HEX #086DC9 Navy Blue

📋 copy color: '#086DC9'

red 8 ◦ green 109 ◦ blue 201

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

Shades of Navy Blue #086DC9

Tints of Navy Blue #086DC9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.28%

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

R = 2.52%
G = 34.28%
B = 63.21%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#086DC9 (or 0x086DC9) is known color: Navy Blue. HEX triplet: 08, 6D and C9. RGB value is (8,109,201). Sum of RGB (Red+Green+Blue) = 8+109+201=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 201 (78.91% from 255 or 63.21% from 318); Max value from RGB is 201 - color contains mainly: blue. Hex color #086DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DC9 is #F79236. Grayscale: #585858. Windows color (decimal): -16224823 or 13200648. OLE color: 13200648.

HSL color Cylindrical-coordinate representation of color #086DC9: hue angle of 208.6º 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 #086DC9 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 109 201 -
CMYK 0.96 0.46 0 0.21
HSL 208.6º 0.92% 0.41% -
HSV(B) 208.6º 0.96% 0.79% -
XYZ 16.11 15.21 57.34 -
YUV 89.29 191.04 70.02 -
System Red Green Blue C M Y K H S L
Decimal 8 109 201 0.96 0.46 0 0.21 208.6 0.92 0.41
Hex 8 6D C9 60 2E 0 15 D1 5C 29
Octal 10 155 311 140 56 0 25 321 134 51
Binary 1000 1101101 11001001 1100000 101110 0 10101 11010001 1011100 101001

Color Harmonies of #086DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086DC9

Black with #086DC9

Text Example


Text Example

White with #086DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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