#0A0578

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

Shades of Navy #0A0578

Tints of Navy #0A0578

Color information

#0A0578 (or 0x0A0578) is unknown color: approx Navy. HEX triplet: 0A, 05 and 78. RGB value is (10,5,120). Sum of RGB (Red+Green+Blue) = 10+5+120=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 120 (47.27% from 255 or 88.89% from 135); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A0578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0578 is #F5FA87. Grayscale: #131313. Windows color (decimal): -16120456 or 7865610. OLE color: 7865610.

HSL color Cylindrical-coordinate representation of color #0A0578: hue angle of 242.61º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0578 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB105120-
CMYK0.920.9600.53
HSL242.61º92%24.51%-
HSV(B)242.61º95.83%47.06%-
XYZ3.571.5317.88-
YUV19.6184.66121.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.41%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 120 (47.27% from 255) = 88.89%
R=7.41%
G=3.70%
B=88.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051200.920.9600.53242.619224.51
HexA5785C60035f35c19
Octal12517013414006536313431
Binary1010101111100010111001100000011010111110011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0578; }

 p { color: rgb(10,5,120); }

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

<style>
 a { background-color: #0A0578; }

 a { background-color: rgb(10,5,120); }

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

<style>
 span { border-color: #0A0578; }

 span { border-color: rgb(10,5,120); }

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