#0C0749

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

Shades of Paua #0C0749

Tints of Paua #0C0749

Color information

#0C0749 (or 0x0C0749) is unknown color: approx Paua. HEX triplet: 0C, 07 and 49. RGB value is (12,7,73). Sum of RGB (Red+Green+Blue) = 12+7+73=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 73 (28.91% from 255 or 79.35% from 92); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C0749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0749 is #F3F8B6. Grayscale: #0F0F0F. Windows color (decimal): -15988919 or 4785932. OLE color: 4785932.

HSL color Cylindrical-coordinate representation of color #0C0749: hue angle of 244.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C0749 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB12773-
CMYK0.840.9000.71
HSL244.55º82.5%15.69%-
HSV(B)244.55º90.41%28.63%-
XYZ1.430.716.37-
YUV16.02160.16125.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.04%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 73 (28.91% from 255) = 79.35%
R=13.04%
G=7.61%
B=79.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal127730.840.9000.71244.5582.515.69
HexC749545A047f55210
Octal147111124132010736512220
Binary11001111001001101010010110100100011111110101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,7,73); }

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

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

 a { background-color: rgb(12,7,73); }

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

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

 span { border-color: rgb(12,7,73); }

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