#0A0245

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

Shades of Paua #0A0245

Tints of Paua #0A0245

Color information

#0A0245 (or 0x0A0245) is unknown color: approx Paua. HEX triplet: 0A, 02 and 45. RGB value is (10,2,69). Sum of RGB (Red+Green+Blue) = 10+2+69=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 69 (27.34% from 255 or 85.19% from 81); Max value from RGB is 69 - color contains mainly: blue. Hex color #0A0245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0245 is #F5FDBA. Grayscale: #0B0B0B. Windows color (decimal): -16121275 or 4522506. OLE color: 4522506.

HSL color Cylindrical-coordinate representation of color #0A0245: hue angle of 247.16º 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 #0A0245 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB10269-
CMYK0.860.9700.73
HSL247.16º94.37%13.92%-
HSV(B)247.16º97.1%27.06%-
XYZ1.220.545.67-
YUV12.03160.15126.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.35%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 69 (27.34% from 255) = 85.19%
R=12.35%
G=2.47%
B=85.19%

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
Decimal102690.860.9700.73247.1694.3713.92
HexA2455661049f75ee
Octal122105126141011136713616
Binary101010100010110101101100001010010011111011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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