Html Css Color HEX #086FCC Navy Blue

📋 copy color: '#086FCC'

red 8 ◦ green 111 ◦ blue 204

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

Shades of Navy Blue #086FCC

Tints of Navy Blue #086FCC

RGB

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

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

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

R = 2.48%
G = 34.37%
B = 63.16%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#086FCC (or 0x086FCC) is known color: Navy Blue. HEX triplet: 08, 6F and CC. RGB value is (8,111,204). Sum of RGB (Red+Green+Blue) = 8+111+204=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #086FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FCC is #F79033. Grayscale: #5A5A5A. Windows color (decimal): -16224308 or 13397768. OLE color: 13397768.

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

Color convert

RGB 8 111 204 -
CMYK 0.96 0.46 0 0.2
HSL 208.47º 0.92% 0.42% -
HSV(B) 208.47º 0.96% 0.8% -
XYZ 16.68 15.78 59.29 -
YUV 90.81 191.88 68.94 -
System Red Green Blue C M Y K H S L
Decimal 8 111 204 0.96 0.46 0 0.2 208.47 0.92 0.42
Hex 8 6F CC 60 2E 0 14 D0 5C 2A
Octal 10 157 314 140 56 0 24 320 134 52
Binary 1000 1101111 11001100 1100000 101110 0 10100 11010000 1011100 101010

Color Harmonies of #086FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FCC

Black with #086FCC

Text Example


Text Example

White with #086FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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