Html Css Color HEX #086FC9 Navy Blue

📋 copy color: '#086FC9'

red 8 ◦ green 111 ◦ blue 201

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

Shades of Navy Blue #086FC9

Tints of Navy Blue #086FC9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

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

R = 2.5%
G = 34.69%
B = 62.81%

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

#086FC9 (or 0x086FC9) is known color: Navy Blue. HEX triplet: 08, 6F and C9. RGB value is (8,111,201). Sum of RGB (Red+Green+Blue) = 8+111+201=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 201 (78.91% from 255 or 62.81% from 320); Max value from RGB is 201 - color contains mainly: blue. Hex color #086FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FC9 is #F79036. Grayscale: #5A5A5A. Windows color (decimal): -16224311 or 13201160. OLE color: 13201160.

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

Color convert

RGB 8 111 201 -
CMYK 0.96 0.45 0 0.21
HSL 207.98º 0.92% 0.41% -
HSV(B) 207.98º 0.96% 0.79% -
XYZ 16.33 15.64 57.42 -
YUV 90.46 190.38 69.18 -
System Red Green Blue C M Y K H S L
Decimal 8 111 201 0.96 0.45 0 0.21 207.98 0.92 0.41
Hex 8 6F C9 60 2D 0 15 D0 5C 29
Octal 10 157 311 140 55 0 25 320 134 51
Binary 1000 1101111 11001001 1100000 101101 0 10101 11010000 1011100 101001

Color Harmonies of #086FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FC9

Black with #086FC9

Text Example


Text Example

White with #086FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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