Html Css Color HEX #086BCF Navy Blue

📋 copy color: '#086BCF'

red 8 ◦ green 107 ◦ blue 207

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

Shades of Navy Blue #086BCF

Tints of Navy Blue #086BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.23%

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

R = 2.48%
G = 33.23%
B = 64.29%

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

#086BCF (or 0x086BCF) is known color: Navy Blue. HEX triplet: 08, 6B and CF. RGB value is (8,107,207). Sum of RGB (Red+Green+Blue) = 8+107+207=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #086BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086BCF is #F79430. Grayscale: #585858. Windows color (decimal): -16225329 or 13593352. OLE color: 13593352.

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

Color convert

RGB 8 107 207 -
CMYK 0.96 0.48 0 0.19
HSL 210.15º 0.93% 0.42% -
HSV(B) 210.15º 0.96% 0.81% -
XYZ 16.62 15.07 61.06 -
YUV 88.8 194.7 70.37 -
System Red Green Blue C M Y K H S L
Decimal 8 107 207 0.96 0.48 0 0.19 210.15 0.93 0.42
Hex 8 6B CF 60 30 0 13 D2 5D 2A
Octal 10 153 317 140 60 0 23 322 135 52
Binary 1000 1101011 11001111 1100000 110000 0 10011 11010010 1011101 101010

Color Harmonies of #086BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086BCF

Black with #086BCF

Text Example


Text Example

White with #086BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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