Html Css Color HEX #086BEB Navy Blue

📋 copy color: '#086BEB'

red 8 ◦ green 107 ◦ blue 235

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

Shades of Navy Blue #086BEB

Tints of Navy Blue #086BEB

RGB

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

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

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

R = 2.29%
G = 30.57%
B = 67.14%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#086BEB (or 0x086BEB) is known color: Navy Blue. HEX triplet: 08, 6B and EB. RGB value is (8,107,235). Sum of RGB (Red+Green+Blue) = 8+107+235=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #086BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086BEB is #F79414. Grayscale: #5B5B5B. Windows color (decimal): -16225301 or 15428360. OLE color: 15428360.

HSL color Cylindrical-coordinate representation of color #086BEB: hue angle of 213.83º 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 #086BEB is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 107 235 -
CMYK 0.97 0.54 0 0.08
HSL 213.83º 0.93% 0.48% -
HSV(B) 213.83º 0.97% 0.92% -
XYZ 20.35 16.57 80.72 -
YUV 91.99 208.7 68.09 -
System Red Green Blue C M Y K H S L
Decimal 8 107 235 0.97 0.54 0 0.08 213.83 0.93 0.48
Hex 8 6B EB 61 36 0 8 D6 5D 30
Octal 10 153 353 141 66 0 10 326 135 60
Binary 1000 1101011 11101011 1100001 110110 0 1000 11010110 1011101 110000

Color Harmonies of #086BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086BEB

Black with #086BEB

Text Example


Text Example

White with #086BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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