Html Css Color HEX #085BE5 Navy Blue

📋 copy color: '#085BE5'

red 8 ◦ green 91 ◦ blue 229

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

Shades of Navy Blue #085BE5

Tints of Navy Blue #085BE5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.74%

 BLUE value IS 229 (89.84% from 255) = 69.82%

R = 2.44%
G = 27.74%
B = 69.82%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#085BE5 (or 0x085BE5) is known color: Navy Blue. HEX triplet: 08, 5B and E5. RGB value is (8,91,229). Sum of RGB (Red+Green+Blue) = 8+91+229=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 229 (89.84% from 255 or 69.82% from 328); Max value from RGB is 229 - color contains mainly: blue. Hex color #085BE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BE5 is #F7A41A. Grayscale: #515151. Windows color (decimal): -16229403 or 15031048. OLE color: 15031048.

HSL color Cylindrical-coordinate representation of color #085BE5: hue angle of 217.47º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085BE5 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 8 91 229 -
CMYK 0.97 0.60 0 0.10
HSL 217.47º 0.93% 0.46% -
HSV(B) 217.47º 0.97% 0.9% -
XYZ 17.98 13.19 75.73 -
YUV 81.92 211 75.28 -
System Red Green Blue C M Y K H S L
Decimal 8 91 229 0.97 0.60 0 0.10 217.47 0.93 0.46
Hex 8 5B E5 61 3C 0 A D9 5D 2E
Octal 10 133 345 141 74 0 12 331 135 56
Binary 1000 1011011 11100101 1100001 111100 0 1010 11011001 1011101 101110

Color Harmonies of #085BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085BE5

Black with #085BE5

Text Example


Text Example

White with #085BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,91,229); }

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

background-color css

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

 a { background-color: rgb(8,91,229); }

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

border-color css

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

 span { border-color: rgb(8,91,229); }

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