Html Css Color HEX #086FE7 Navy Blue

📋 copy color: '#086FE7'

red 8 ◦ green 111 ◦ blue 231

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

Shades of Navy Blue #086FE7

Tints of Navy Blue #086FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 66%

R = 2.29%
G = 31.71%
B = 66%

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

#086FE7 (or 0x086FE7) is known color: Navy Blue. HEX triplet: 08, 6F and E7. RGB value is (8,111,231). Sum of RGB (Red+Green+Blue) = 8+111+231=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 231 (90.62% from 255 or 66% from 350); Max value from RGB is 231 - color contains mainly: blue. Hex color #086FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086FE7 is #F79018. Grayscale: #5D5D5D. Windows color (decimal): -16224281 or 15167240. OLE color: 15167240.

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

Color convert

RGB 8 111 231 -
CMYK 0.97 0.52 0 0.09
HSL 212.29º 0.93% 0.47% -
HSV(B) 212.29º 0.97% 0.91% -
XYZ 20.21 17.19 77.85 -
YUV 93.88 205.38 66.74 -
System Red Green Blue C M Y K H S L
Decimal 8 111 231 0.97 0.52 0 0.09 212.29 0.93 0.47
Hex 8 6F E7 61 34 0 9 D4 5D 2F
Octal 10 157 347 141 64 0 11 324 135 57
Binary 1000 1101111 11100111 1100001 110100 0 1001 11010100 1011101 101111

Color Harmonies of #086FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FE7

Black with #086FE7

Text Example


Text Example

White with #086FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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