Html Css Color HEX #085EEB Navy Blue

📋 copy color: '#085EEB'

red 8 ◦ green 94 ◦ blue 235

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

Shades of Navy Blue #085EEB

Tints of Navy Blue #085EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.73%

R = 2.37%
G = 27.89%
B = 69.73%

CMYK

 C value IS 0.97

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#085EEB (or 0x085EEB) is known color: Navy Blue. HEX triplet: 08, 5E and EB. RGB value is (8,94,235). Sum of RGB (Red+Green+Blue) = 8+94+235=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #085EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085EEB is #F7A114. Grayscale: #535353. Windows color (decimal): -16228629 or 15425032. OLE color: 15425032.

HSL color Cylindrical-coordinate representation of color #085EEB: hue angle of 217.27º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085EEB is Cyan = 0.97, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 94 235 -
CMYK 0.97 0.6 0 0.08
HSL 217.27º 0.93% 0.48% -
HSV(B) 217.27º 0.97% 0.92% -
XYZ 19.1 14.06 80.3 -
YUV 84.36 213.01 73.54 -
System Red Green Blue C M Y K H S L
Decimal 8 94 235 0.97 0.6 0 0.08 217.27 0.93 0.48
Hex 8 5E EB 61 3C 0 8 D9 5D 30
Octal 10 136 353 141 74 0 10 331 135 60
Binary 1000 1011110 11101011 1100001 111100 0 1000 11011001 1011101 110000

Color Harmonies of #085EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EEB

Black with #085EEB

Text Example


Text Example

White with #085EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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