Html Css Color HEX #086EE1 Navy Blue

📋 copy color: '#086EE1'

red 8 ◦ green 110 ◦ blue 225

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

Shades of Navy Blue #086EE1

Tints of Navy Blue #086EE1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.07%

 BLUE value IS 225 (88.28% from 255) = 65.6%

R = 2.33%
G = 32.07%
B = 65.6%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#086EE1 (or 0x086EE1) is known color: Navy Blue. HEX triplet: 08, 6E and E1. RGB value is (8,110,225). Sum of RGB (Red+Green+Blue) = 8+110+225=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #086EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086EE1 is #F7911E. Grayscale: #5C5C5C. Windows color (decimal): -16224543 or 14773768. OLE color: 14773768.

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

Color convert

RGB 8 110 225 -
CMYK 0.96 0.51 0 0.12
HSL 211.8º 0.93% 0.46% -
HSV(B) 211.8º 0.96% 0.88% -
XYZ 19.27 16.64 73.43 -
YUV 92.61 202.71 67.65 -
System Red Green Blue C M Y K H S L
Decimal 8 110 225 0.96 0.51 0 0.12 211.8 0.93 0.46
Hex 8 6E E1 60 33 0 C D4 5D 2E
Octal 10 156 341 140 63 0 14 324 135 56
Binary 1000 1101110 11100001 1100000 110011 0 1100 11010100 1011101 101110

Color Harmonies of #086EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086EE1

Black with #086EE1

Text Example


Text Example

White with #086EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,110,225); }

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

background-color css

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

 a { background-color: rgb(8,110,225); }

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

border-color css

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

 span { border-color: rgb(8,110,225); }

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