Html Css Color HEX #085ED9 Navy Blue

📋 copy color: '#085ED9'

red 8 ◦ green 94 ◦ blue 217

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

Shades of Navy Blue #085ED9

Tints of Navy Blue #085ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 68.03%

R = 2.51%
G = 29.47%
B = 68.03%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#085ED9 (or 0x085ED9) is known color: Navy Blue. HEX triplet: 08, 5E and D9. RGB value is (8,94,217). Sum of RGB (Red+Green+Blue) = 8+94+217=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 217 (85.16% from 255 or 68.03% from 319); Max value from RGB is 217 - color contains mainly: blue. Hex color #085ED9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ED9 is #F7A126. Grayscale: #515151. Windows color (decimal): -16228647 or 14245384. OLE color: 14245384.

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

Color convert

RGB 8 94 217 -
CMYK 0.96 0.57 0 0.15
HSL 215.31º 0.93% 0.44% -
HSV(B) 215.31º 0.96% 0.85% -
XYZ 16.63 13.07 67.29 -
YUV 82.31 204.01 75 -
System Red Green Blue C M Y K H S L
Decimal 8 94 217 0.96 0.57 0 0.15 215.31 0.93 0.44
Hex 8 5E D9 60 39 0 F D7 5D 2C
Octal 10 136 331 140 71 0 17 327 135 54
Binary 1000 1011110 11011001 1100000 111001 0 1111 11010111 1011101 101100

Color Harmonies of #085ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085ED9

Black with #085ED9

Text Example


Text Example

White with #085ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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