#0C0845

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

Shades of Paua #0C0845

Tints of Paua #0C0845

Color information

#0C0845 (or 0x0C0845) is unknown color: approx Paua. HEX triplet: 0C, 08 and 45. RGB value is (12,8,69). Sum of RGB (Red+Green+Blue) = 12+8+69=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 69 (27.34% from 255 or 77.53% from 89); Max value from RGB is 69 - color contains mainly: blue. Hex color #0C0845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0845 is #F3F7BA. Grayscale: #0F0F0F. Windows color (decimal): -15988667 or 4524044. OLE color: 4524044.

HSL color Cylindrical-coordinate representation of color #0C0845: hue angle of 243.93º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C0845 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB12869-
CMYK0.830.8800.73
HSL243.93º79.22%15.1%-
HSV(B)243.93º88.41%27.06%-
XYZ1.310.685.69-
YUV16.15157.83125.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.48%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 69 (27.34% from 255) = 77.53%
R=13.48%
G=8.99%
B=77.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal128690.830.8800.73243.9379.2215.1
HexC8455358049f44ff
Octal1410105123130011136411717
Binary11001000100010110100111011000010010011111010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,8,69); }

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

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

 a { background-color: rgb(12,8,69); }

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

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

 span { border-color: rgb(12,8,69); }

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