Html Css Color HEX #085EDA Navy Blue

📋 copy color: '#085EDA'

red 8 ◦ green 94 ◦ blue 218

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

Shades of Navy Blue #085EDA

Tints of Navy Blue #085EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.13%

R = 2.5%
G = 29.38%
B = 68.13%

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

#085EDA (or 0x085EDA) is known color: Navy Blue. HEX triplet: 08, 5E and DA. RGB value is (8,94,218). Sum of RGB (Red+Green+Blue) = 8+94+218=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #085EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EDA is #F7A125. Grayscale: #515151. Windows color (decimal): -16228646 or 14310920. OLE color: 14310920.

HSL color Cylindrical-coordinate representation of color #085EDA: hue angle of 215.43º 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 #085EDA is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 94 218 -
CMYK 0.96 0.57 0 0.15
HSL 215.43º 0.93% 0.44% -
HSV(B) 215.43º 0.96% 0.85% -
XYZ 16.76 13.12 67.98 -
YUV 82.42 204.51 74.92 -
System Red Green Blue C M Y K H S L
Decimal 8 94 218 0.96 0.57 0 0.15 215.43 0.93 0.44
Hex 8 5E DA 60 39 0 F D7 5D 2C
Octal 10 136 332 140 71 0 17 327 135 54
Binary 1000 1011110 11011010 1100000 111001 0 1111 11010111 1011101 101100

Color Harmonies of #085EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EDA

Black with #085EDA

Text Example


Text Example

White with #085EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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