Html Css Color HEX #086CCF Navy Blue

📋 copy color: '#086CCF'

red 8 ◦ green 108 ◦ blue 207

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

Shades of Navy Blue #086CCF

Tints of Navy Blue #086CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

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

R = 2.48%
G = 33.44%
B = 64.09%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#086CCF (or 0x086CCF) is known color: Navy Blue. HEX triplet: 08, 6C and CF. RGB value is (8,108,207). Sum of RGB (Red+Green+Blue) = 8+108+207=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #086CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CCF is #F79330. Grayscale: #585858. Windows color (decimal): -16225073 or 13593608. OLE color: 13593608.

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

Color convert

RGB 8 108 207 -
CMYK 0.96 0.48 0 0.19
HSL 209.85º 0.93% 0.42% -
HSV(B) 209.85º 0.96% 0.81% -
XYZ 16.73 15.28 61.1 -
YUV 89.39 194.37 69.95 -
System Red Green Blue C M Y K H S L
Decimal 8 108 207 0.96 0.48 0 0.19 209.85 0.93 0.42
Hex 8 6C CF 60 30 0 13 D2 5D 2A
Octal 10 154 317 140 60 0 23 322 135 52
Binary 1000 1101100 11001111 1100000 110000 0 10011 11010010 1011101 101010

Color Harmonies of #086CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CCF

Black with #086CCF

Text Example


Text Example

White with #086CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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