#0A0248

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

Shades of Paua #0A0248

Tints of Paua #0A0248

Color information

#0A0248 (or 0x0A0248) is unknown color: approx Paua. HEX triplet: 0A, 02 and 48. RGB value is (10,2,72). Sum of RGB (Red+Green+Blue) = 10+2+72=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 72 (28.52% from 255 or 85.71% from 84); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A0248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0248 is #F5FDB7. Grayscale: #0C0C0C. Windows color (decimal): -16121272 or 4719114. OLE color: 4719114.

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

Color convert

RGB10272-
CMYK0.860.9700.72
HSL246.86º94.59%14.51%-
HSV(B)246.86º97.22%28.24%-
XYZ1.320.586.17-
YUV12.37161.65126.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.90%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 72 (28.52% from 255) = 85.71%
R=11.90%
G=2.38%
B=85.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal102720.860.9700.72246.8694.5914.51
HexA2485661048f75ff
Octal122110126141011036713717
Binary101010100100010101101100001010010001111011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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