Html Css Color HEX #086ABF Navy Blue

📋 copy color: '#086ABF'

red 8 ◦ green 106 ◦ blue 191

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

Shades of Navy Blue #086ABF

Tints of Navy Blue #086ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.75%

 BLUE value IS 191 (75% from 255) = 62.62%

R = 2.62%
G = 34.75%
B = 62.62%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#086ABF (or 0x086ABF) is known color: Navy Blue. HEX triplet: 08, 6A and BF. RGB value is (8,106,191). Sum of RGB (Red+Green+Blue) = 8+106+191=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #086ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ABF is #F79540. Grayscale: #555555. Windows color (decimal): -16225601 or 12544520. OLE color: 12544520.

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

Color convert

RGB 8 106 191 -
CMYK 0.96 0.45 0 0.25
HSL 207.87º 0.92% 0.39% -
HSV(B) 207.87º 0.96% 0.75% -
XYZ 14.66 14.12 51.24 -
YUV 86.39 187.03 72.09 -
System Red Green Blue C M Y K H S L
Decimal 8 106 191 0.96 0.45 0 0.25 207.87 0.92 0.39
Hex 8 6A BF 60 2D 0 19 D0 5C 27
Octal 10 152 277 140 55 0 31 320 134 47
Binary 1000 1101010 10111111 1100000 101101 0 11001 11010000 1011100 100111

Color Harmonies of #086ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086ABF

Black with #086ABF

Text Example


Text Example

White with #086ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,106,191); }

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

background-color css

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

 a { background-color: rgb(8,106,191); }

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

border-color css

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

 span { border-color: rgb(8,106,191); }

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