Html Css Color HEX #085EDB Navy Blue

📋 copy color: '#085EDB'

red 8 ◦ green 94 ◦ blue 219

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

Shades of Navy Blue #085EDB

Tints of Navy Blue #085EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.22%

R = 2.49%
G = 29.28%
B = 68.22%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#085EDB (or 0x085EDB) is known color: Navy Blue. HEX triplet: 08, 5E and DB. RGB value is (8,94,219). Sum of RGB (Red+Green+Blue) = 8+94+219=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #085EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EDB is #F7A124. Grayscale: #515151. Windows color (decimal): -16228645 or 14376456. OLE color: 14376456.

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

Color convert

RGB 8 94 219 -
CMYK 0.96 0.57 0 0.14
HSL 215.55º 0.93% 0.45% -
HSV(B) 215.55º 0.96% 0.86% -
XYZ 16.89 13.17 68.67 -
YUV 82.54 205.01 74.84 -
System Red Green Blue C M Y K H S L
Decimal 8 94 219 0.96 0.57 0 0.14 215.55 0.93 0.45
Hex 8 5E DB 60 39 0 E D8 5D 2D
Octal 10 136 333 140 71 0 16 330 135 55
Binary 1000 1011110 11011011 1100000 111001 0 1110 11011000 1011101 101101

Color Harmonies of #085EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EDB

Black with #085EDB

Text Example


Text Example

White with #085EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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