#0C0440

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

Shades of Paua #0C0440

Tints of Paua #0C0440

Color information

#0C0440 (or 0x0C0440) is unknown color: approx Paua. HEX triplet: 0C, 04 and 40. RGB value is (12,4,64). Sum of RGB (Red+Green+Blue) = 12+4+64=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 64 (25.39% from 255 or 80% from 80); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C0440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0440 is #F3FBBF. Grayscale: #0D0D0D. Windows color (decimal): -15989696 or 4195340. OLE color: 4195340.

HSL color Cylindrical-coordinate representation of color #0C0440: hue angle of 248º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0440 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB12464-
CMYK0.810.9400.75
HSL248º88.24%13.33%-
HSV(B)248º93.75%25.1%-
XYZ1.120.544.89-
YUV13.23156.65127.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15%
GREEN value IS 4 (1.95% from 255) = 5%
BLUE value IS 64 (25.39% from 255) = 80%
R=15%
G=5%
B=80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal124640.810.9400.7524888.2413.33
HexC440515E04Bf858d
Octal144100121136011337013015
Binary1100100100000010100011011110010010111111100010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,4,64); }

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

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

 a { background-color: rgb(12,4,64); }

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

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

 span { border-color: rgb(12,4,64); }

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