Html Css Color HEX #086FEB Navy Blue

📋 copy color: '#086FEB'

red 8 ◦ green 111 ◦ blue 235

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

Shades of Navy Blue #086FEB

Tints of Navy Blue #086FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.38%

R = 2.26%
G = 31.36%
B = 66.38%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#086FEB (or 0x086FEB) is known color: Navy Blue. HEX triplet: 08, 6F and EB. RGB value is (8,111,235). Sum of RGB (Red+Green+Blue) = 8+111+235=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #086FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086FEB is #F79014. Grayscale: #5D5D5D. Windows color (decimal): -16224277 or 15429384. OLE color: 15429384.

HSL color Cylindrical-coordinate representation of color #086FEB: hue angle of 212.78º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086FEB is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 111 235 -
CMYK 0.97 0.53 0 0.08
HSL 212.78º 0.93% 0.48% -
HSV(B) 212.78º 0.97% 0.92% -
XYZ 20.78 17.42 80.86 -
YUV 94.34 207.38 66.42 -
System Red Green Blue C M Y K H S L
Decimal 8 111 235 0.97 0.53 0 0.08 212.78 0.93 0.48
Hex 8 6F EB 61 35 0 8 D5 5D 30
Octal 10 157 353 141 65 0 10 325 135 60
Binary 1000 1101111 11101011 1100001 110101 0 1000 11010101 1011101 110000

Color Harmonies of #086FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FEB

Black with #086FEB

Text Example


Text Example

White with #086FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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