Html Css Color HEX #086BE0 Navy Blue

📋 copy color: '#086BE0'

red 8 ◦ green 107 ◦ blue 224

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

Shades of Navy Blue #086BE0

Tints of Navy Blue #086BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 66.08%

R = 2.36%
G = 31.56%
B = 66.08%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#086BE0 (or 0x086BE0) is known color: Navy Blue. HEX triplet: 08, 6B and E0. RGB value is (8,107,224). Sum of RGB (Red+Green+Blue) = 8+107+224=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 224 (87.89% from 255 or 66.08% from 339); Max value from RGB is 224 - color contains mainly: blue. Hex color #086BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086BE0 is #F7941F. Grayscale: #5A5A5A. Windows color (decimal): -16225312 or 14707464. OLE color: 14707464.

HSL color Cylindrical-coordinate representation of color #086BE0: hue angle of 212.5º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086BE0 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 107 224 -
CMYK 0.96 0.52 0 0.12
HSL 212.5º 0.93% 0.45% -
HSV(B) 212.5º 0.96% 0.88% -
XYZ 18.81 15.95 72.61 -
YUV 90.74 203.2 68.99 -
System Red Green Blue C M Y K H S L
Decimal 8 107 224 0.96 0.52 0 0.12 212.5 0.93 0.45
Hex 8 6B E0 60 34 0 C D4 5D 2D
Octal 10 153 340 140 64 0 14 324 135 55
Binary 1000 1101011 11100000 1100000 110100 0 1100 11010100 1011101 101101

Color Harmonies of #086BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086BE0

Black with #086BE0

Text Example


Text Example

White with #086BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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