#085acc

Color #085ACC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #085ACC

Tints of Navy Blue #085ACC

Color information

#085ACC (or 0x085ACC) is unknown color: approx Navy Blue. HEX triplet: 08, 5A and CC. RGB value is (8,90,204). Sum of RGB (Red+Green+Blue) = 8+90+204=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #085ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ACC is #F7A533. Grayscale: #4D4D4D. Windows color (decimal): -16229684 or 13392392. OLE color: 13392392.

HSL color Cylindrical-coordinate representation of color #085ACC: hue angle of 214.9º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085ACC is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB890204-
CMYK0.960.5600.2
HSL214.9º92.45%41.57%-
HSV(B)214.9º96.08%80%-
XYZ14.6611.7258.62-
YUV78.48198.8377.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.65%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 204 (80.08% from 255) = 67.55%
R=2.65%
G=29.80%
B=67.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal8902040.960.5600.2214.992.4541.57
Hex85ACC6038014d75c2a
Octal101323141407002432713452
Binary10001011010110011001100000111000010100110101111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085acc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #085acc;
 }
 .AnyTagClassName
 {
   color: #085acc;
 }
</style>
background-color css

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

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

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

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

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

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