#120F44

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

Shades of Paua #120F44

Tints of Paua #120F44

Color information

#120F44 (or 0x120F44) is unknown color: approx Paua. HEX triplet: 12, 0F and 44. RGB value is (18,15,68). Sum of RGB (Red+Green+Blue) = 18+15+68=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 68 (26.95% from 255 or 67.33% from 101); Max value from RGB is 68 - color contains mainly: blue. Hex color #120F44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F44 is #EDF0BB. Grayscale: #151515. Windows color (decimal): -15593660 or 4460306. OLE color: 4460306.

HSL color Cylindrical-coordinate representation of color #120F44: hue angle of 243.4º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120F44 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB181568-
CMYK0.740.7800.73
HSL243.4º63.86%16.27%-
HSV(B)243.4º77.94%26.67%-
XYZ1.460.895.56-
YUV21.94153.99125.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 15 (6.25% from 255) = 14.85%
BLUE value IS 68 (26.95% from 255) = 67.33%
R=17.82%
G=14.85%
B=67.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1815680.740.7800.73243.463.8616.27
Hex12F444A4E049f34010
Octal2217104112116011136310020
Binary1001011111000100100101010011100100100111110011100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120F44; }

 p { color: rgb(18,15,68); }

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

<style>
 a { background-color: #120F44; }

 a { background-color: rgb(18,15,68); }

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

<style>
 span { border-color: #120F44; }

 span { border-color: rgb(18,15,68); }

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