Html Css Color HEX #086DCF Navy Blue

📋 copy color: '#086DCF'

red 8 ◦ green 109 ◦ blue 207

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

Shades of Navy Blue #086DCF

Tints of Navy Blue #086DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.89%

R = 2.47%
G = 33.64%
B = 63.89%

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

#086DCF (or 0x086DCF) is known color: Navy Blue. HEX triplet: 08, 6D and CF. RGB value is (8,109,207). Sum of RGB (Red+Green+Blue) = 8+109+207=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #086DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DCF is #F79230. Grayscale: #595959. Windows color (decimal): -16224817 or 13593864. OLE color: 13593864.

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

Color convert

RGB 8 109 207 -
CMYK 0.96 0.47 0 0.19
HSL 209.55º 0.93% 0.42% -
HSV(B) 209.55º 0.96% 0.81% -
XYZ 16.83 15.49 61.14 -
YUV 89.97 194.04 69.53 -
System Red Green Blue C M Y K H S L
Decimal 8 109 207 0.96 0.47 0 0.19 209.55 0.93 0.42
Hex 8 6D CF 60 2F 0 13 D2 5D 2A
Octal 10 155 317 140 57 0 23 322 135 52
Binary 1000 1101101 11001111 1100000 101111 0 10011 11010010 1011101 101010

Color Harmonies of #086DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086DCF

Black with #086DCF

Text Example


Text Example

White with #086DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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