#0A0149

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

Shades of Paua #0A0149

Tints of Paua #0A0149

Color information

#0A0149 (or 0x0A0149) is unknown color: approx Paua. HEX triplet: 0A, 01 and 49. RGB value is (10,1,73). Sum of RGB (Red+Green+Blue) = 10+1+73=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 73 (28.91% from 255 or 86.90% from 84); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A0149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0149 is #F5FEB6. Grayscale: #0B0B0B. Windows color (decimal): -16121527 or 4784394. OLE color: 4784394.

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

Color convert

RGB10173-
CMYK0.860.9900.71
HSL247.5º97.3%14.51%-
HSV(B)247.5º98.63%28.63%-
XYZ1.340.576.34-
YUV11.9162.48126.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.90%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 73 (28.91% from 255) = 86.90%
R=11.90%
G=1.19%
B=86.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal101730.860.9900.71247.597.314.51
HexA1495663047f861f
Octal121111126143010737014117
Binary10101100100110101101100011010001111111100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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