#0A0246

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

Shades of Paua #0A0246

Tints of Paua #0A0246

Color information

#0A0246 (or 0x0A0246) is unknown color: approx Paua. HEX triplet: 0A, 02 and 46. RGB value is (10,2,70). Sum of RGB (Red+Green+Blue) = 10+2+70=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 70 (27.73% from 255 or 85.37% from 82); Max value from RGB is 70 - color contains mainly: blue. Hex color #0A0246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0246 is #F5FDB9. Grayscale: #0B0B0B. Windows color (decimal): -16121274 or 4588042. OLE color: 4588042.

HSL color Cylindrical-coordinate representation of color #0A0246: hue angle of 247.06º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A0246 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB10270-
CMYK0.860.9700.73
HSL247.06º94.44%14.12%-
HSV(B)247.06º97.14%27.45%-
XYZ1.250.555.83-
YUV12.14160.65126.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.20%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 70 (27.73% from 255) = 85.37%
R=12.20%
G=2.44%
B=85.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal102700.860.9700.73247.0694.4414.12
HexA2465661049f75ee
Octal122106126141011136713616
Binary101010100011010101101100001010010011111011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,2,70); }

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

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

 a { background-color: rgb(10,2,70); }

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

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

 span { border-color: rgb(10,2,70); }

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