Html Css Color HEX #086BCC Navy Blue

📋 copy color: '#086BCC'

red 8 ◦ green 107 ◦ blue 204

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

Shades of Navy Blue #086BCC

Tints of Navy Blue #086BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 2.51%
G = 33.54%
B = 63.95%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#086BCC (or 0x086BCC) is known color: Navy Blue. HEX triplet: 08, 6B and CC. RGB value is (8,107,204). Sum of RGB (Red+Green+Blue) = 8+107+204=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #086BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086BCC is #F79433. Grayscale: #575757. Windows color (decimal): -16225332 or 13396744. OLE color: 13396744.

HSL color Cylindrical-coordinate representation of color #086BCC: hue angle of 209.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086BCC is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 107 204 -
CMYK 0.96 0.48 0 0.2
HSL 209.69º 0.92% 0.42% -
HSV(B) 209.69º 0.96% 0.8% -
XYZ 16.26 14.93 59.15 -
YUV 88.46 193.2 70.61 -
System Red Green Blue C M Y K H S L
Decimal 8 107 204 0.96 0.48 0 0.2 209.69 0.92 0.42
Hex 8 6B CC 60 30 0 14 D2 5C 2A
Octal 10 153 314 140 60 0 24 322 134 52
Binary 1000 1101011 11001100 1100000 110000 0 10100 11010010 1011100 101010

Color Harmonies of #086BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086BCC

Black with #086BCC

Text Example


Text Example

White with #086BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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