#0A0584

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

Shades of Navy #0A0584

Tints of Navy #0A0584

Color information

#0A0584 (or 0x0A0584) is unknown color: approx Navy. HEX triplet: 0A, 05 and 84. RGB value is (10,5,132). Sum of RGB (Red+Green+Blue) = 10+5+132=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 132 (51.95% from 255 or 89.80% from 147); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A0584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0584 is #F5FA7B. Grayscale: #141414. Windows color (decimal): -16120444 or 8652042. OLE color: 8652042.

HSL color Cylindrical-coordinate representation of color #0A0584: hue angle of 242.36º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0584 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105132-
CMYK0.920.9600.48
HSL242.36º92.7%26.86%-
HSV(B)242.36º96.21%51.76%-
XYZ4.341.8421.96-
YUV20.97190.66120.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.80%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 132 (51.95% from 255) = 89.80%
R=6.80%
G=3.40%
B=89.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051320.920.9600.48242.3692.726.86
HexA5845C60030f25d1b
Octal12520413414006036213533
Binary10101011000010010111001100000011000011110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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