Html Css Color HEX #086FE8 Navy Blue

📋 copy color: '#086FE8'

red 8 ◦ green 111 ◦ blue 232

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

Shades of Navy Blue #086FE8

Tints of Navy Blue #086FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 66.1%

R = 2.28%
G = 31.62%
B = 66.1%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#086FE8 (or 0x086FE8) is known color: Navy Blue. HEX triplet: 08, 6F and E8. RGB value is (8,111,232). Sum of RGB (Red+Green+Blue) = 8+111+232=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 232 (91.02% from 255 or 66.10% from 351); Max value from RGB is 232 - color contains mainly: blue. Hex color #086FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086FE8 is #F79017. Grayscale: #5D5D5D. Windows color (decimal): -16224280 or 15232776. OLE color: 15232776.

HSL color Cylindrical-coordinate representation of color #086FE8: hue angle of 212.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086FE8 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 111 232 -
CMYK 0.97 0.52 0 0.09
HSL 212.41º 0.93% 0.47% -
HSV(B) 212.41º 0.97% 0.91% -
XYZ 20.35 17.25 78.6 -
YUV 94 205.88 66.66 -
System Red Green Blue C M Y K H S L
Decimal 8 111 232 0.97 0.52 0 0.09 212.41 0.93 0.47
Hex 8 6F E8 61 34 0 9 D4 5D 2F
Octal 10 157 350 141 64 0 11 324 135 57
Binary 1000 1101111 11101000 1100001 110100 0 1001 11010100 1011101 101111

Color Harmonies of #086FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FE8

Black with #086FE8

Text Example


Text Example

White with #086FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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