Html Css Color HEX #086CBE Navy Blue

📋 copy color: '#086CBE'

red 8 ◦ green 108 ◦ blue 190

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

Shades of Navy Blue #086CBE

Tints of Navy Blue #086CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.09%

R = 2.61%
G = 35.29%
B = 62.09%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#086CBE (or 0x086CBE) is known color: Navy Blue. HEX triplet: 08, 6C and BE. RGB value is (8,108,190). Sum of RGB (Red+Green+Blue) = 8+108+190=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #086CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CBE is #F79341. Grayscale: #575757. Windows color (decimal): -16225090 or 12479496. OLE color: 12479496.

HSL color Cylindrical-coordinate representation of color #086CBE: hue angle of 207.03º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086CBE is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 108 190 -
CMYK 0.96 0.43 0 0.25
HSL 207.03º 0.92% 0.39% -
HSV(B) 207.03º 0.96% 0.75% -
XYZ 14.76 14.49 50.74 -
YUV 87.45 185.87 71.33 -
System Red Green Blue C M Y K H S L
Decimal 8 108 190 0.96 0.43 0 0.25 207.03 0.92 0.39
Hex 8 6C BE 60 2B 0 19 CF 5C 27
Octal 10 154 276 140 53 0 31 317 134 47
Binary 1000 1101100 10111110 1100000 101011 0 11001 11001111 1011100 100111

Color Harmonies of #086CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CBE

Black with #086CBE

Text Example


Text Example

White with #086CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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