#0A0549

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

Shades of Paua #0A0549

Tints of Paua #0A0549

Color information

#0A0549 (or 0x0A0549) is unknown color: approx Paua. HEX triplet: 0A, 05 and 49. RGB value is (10,5,73). Sum of RGB (Red+Green+Blue) = 10+5+73=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 73 (28.91% from 255 or 82.95% from 88); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A0549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0549 is #F5FAB6. Grayscale: #0D0D0D. Windows color (decimal): -16120503 or 4785418. OLE color: 4785418.

HSL color Cylindrical-coordinate representation of color #0A0549: hue angle of 244.41º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0549 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB10573-
CMYK0.860.9300.71
HSL244.41º87.18%15.29%-
HSV(B)244.41º93.15%28.63%-
XYZ1.380.656.36-
YUV14.25161.16124.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.36%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 73 (28.91% from 255) = 82.95%
R=11.36%
G=5.68%
B=82.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal105730.860.9300.71244.4187.1815.29
HexA549565D047f457f
Octal125111126135010736412717
Binary1010101100100110101101011101010001111111010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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