Html Css Color HEX #085AE0 Navy Blue

📋 copy color: '#085AE0'

red 8 ◦ green 90 ◦ blue 224

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

Shades of Navy Blue #085AE0

Tints of Navy Blue #085AE0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.95%

 BLUE value IS 224 (87.89% from 255) = 69.57%

R = 2.48%
G = 27.95%
B = 69.57%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#085AE0 (or 0x085AE0) is known color: Navy Blue. HEX triplet: 08, 5A and E0. RGB value is (8,90,224). Sum of RGB (Red+Green+Blue) = 8+90+224=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 224 (87.89% from 255 or 69.57% from 322); Max value from RGB is 224 - color contains mainly: blue. Hex color #085AE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085AE0 is #F7A51F. Grayscale: #505050. Windows color (decimal): -16229664 or 14703112. OLE color: 14703112.

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

Color convert

RGB 8 90 224 -
CMYK 0.96 0.60 0 0.12
HSL 217.22º 0.93% 0.45% -
HSV(B) 217.22º 0.96% 0.88% -
XYZ 17.21 12.75 72.07 -
YUV 80.76 208.83 76.1 -
System Red Green Blue C M Y K H S L
Decimal 8 90 224 0.96 0.60 0 0.12 217.22 0.93 0.45
Hex 8 5A E0 60 3C 0 C D9 5D 2D
Octal 10 132 340 140 74 0 14 331 135 55
Binary 1000 1011010 11100000 1100000 111100 0 1100 11011001 1011101 101101

Color Harmonies of #085AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AE0

Black with #085AE0

Text Example


Text Example

White with #085AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,90,224); }

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

background-color css

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

 a { background-color: rgb(8,90,224); }

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

border-color css

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

 span { border-color: rgb(8,90,224); }

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