Html Css Color HEX #085ED7 Navy Blue

📋 copy color: '#085ED7'

red 8 ◦ green 94 ◦ blue 215

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

Shades of Navy Blue #085ED7

Tints of Navy Blue #085ED7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 215 (84.38% from 255) = 67.82%

R = 2.52%
G = 29.65%
B = 67.82%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#085ED7 (or 0x085ED7) is known color: Navy Blue. HEX triplet: 08, 5E and D7. RGB value is (8,94,215). Sum of RGB (Red+Green+Blue) = 8+94+215=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 215 (84.38% from 255 or 67.82% from 317); Max value from RGB is 215 - color contains mainly: blue. Hex color #085ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ED7 is #F7A128. Grayscale: #515151. Windows color (decimal): -16228649 or 14114312. OLE color: 14114312.

HSL color Cylindrical-coordinate representation of color #085ED7: hue angle of 215.07º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085ED7 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 94 215 -
CMYK 0.96 0.56 0 0.16
HSL 215.07º 0.93% 0.44% -
HSV(B) 215.07º 0.96% 0.84% -
XYZ 16.37 12.96 65.93 -
YUV 82.08 203.01 75.16 -
System Red Green Blue C M Y K H S L
Decimal 8 94 215 0.96 0.56 0 0.16 215.07 0.93 0.44
Hex 8 5E D7 60 38 0 10 D7 5D 2C
Octal 10 136 327 140 70 0 20 327 135 54
Binary 1000 1011110 11010111 1100000 111000 0 10000 11010111 1011101 101100

Color Harmonies of #085ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085ED7

Black with #085ED7

Text Example


Text Example

White with #085ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085ED7; }

 p { color: rgb(8,94,215); }

 H1.HeaderClassName
 {
   color: #085ED7;
 }
 .AnyTagClassName
 {
   color: #085ED7;
 }
</style>

background-color css

<style>
 a { background-color: #085ED7; }

 a { background-color: rgb(8,94,215); }

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

border-color css

<style>
 span { border-color: #085ED7; }

 span { border-color: rgb(8,94,215); }

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