Html Css Color HEX #085AEB Navy Blue

📋 copy color: '#085AEB'

red 8 ◦ green 90 ◦ blue 235

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

Shades of Navy Blue #085AEB

Tints of Navy Blue #085AEB

RGB

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

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

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

R = 2.4%
G = 27.03%
B = 70.57%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#085AEB (or 0x085AEB) is known color: Navy Blue. HEX triplet: 08, 5A and EB. RGB value is (8,90,235). Sum of RGB (Red+Green+Blue) = 8+90+235=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #085AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085AEB is #F7A514. Grayscale: #515151. Windows color (decimal): -16229653 or 15424008. OLE color: 15424008.

HSL color Cylindrical-coordinate representation of color #085AEB: hue angle of 218.33º 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 #085AEB is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 90 235 -
CMYK 0.97 0.62 0 0.08
HSL 218.33º 0.93% 0.48% -
HSV(B) 218.33º 0.97% 0.92% -
XYZ 18.75 13.36 80.19 -
YUV 82.01 214.33 75.21 -
System Red Green Blue C M Y K H S L
Decimal 8 90 235 0.97 0.62 0 0.08 218.33 0.93 0.48
Hex 8 5A EB 61 3E 0 8 DA 5D 30
Octal 10 132 353 141 76 0 10 332 135 60
Binary 1000 1011010 11101011 1100001 111110 0 1000 11011010 1011101 110000

Color Harmonies of #085AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AEB

Black with #085AEB

Text Example


Text Example

White with #085AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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