#0C0A47

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

Shades of Paua #0C0A47

Tints of Paua #0C0A47

Color information

#0C0A47 (or 0x0C0A47) is unknown color: approx Paua. HEX triplet: 0C, 0A and 47. RGB value is (12,10,71). Sum of RGB (Red+Green+Blue) = 12+10+71=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #0C0A47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0A47 is #F3F5B8. Grayscale: #111111. Windows color (decimal): -15988153 or 4655628. OLE color: 4655628.

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

Color convert

RGB121071-
CMYK0.830.8600.72
HSL241.97º75.31%15.88%-
HSV(B)241.97º85.92%27.84%-
XYZ1.40.756.03-
YUV17.55158.16124.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.90%
GREEN value IS 10 (4.30% from 255) = 10.75%
BLUE value IS 71 (28.12% from 255) = 76.34%
R=12.90%
G=10.75%
B=76.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1210710.830.8600.72241.9775.3115.88
HexCA475356048f24b10
Octal1412107123126011036211320
Binary110010101000111101001110101100100100011110010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,10,71); }

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

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

 a { background-color: rgb(12,10,71); }

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

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

 span { border-color: rgb(12,10,71); }

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