#120A44

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

Shades of Paua #120A44

Tints of Paua #120A44

Color information

#120A44 (or 0x120A44) is unknown color: approx Paua. HEX triplet: 12, 0A and 44. RGB value is (18,10,68). Sum of RGB (Red+Green+Blue) = 18+10+68=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 68 (26.95% from 255 or 70.83% from 96); Max value from RGB is 68 - color contains mainly: blue. Hex color #120A44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A44 is #EDF5BB. Grayscale: #121212. Windows color (decimal): -15594940 or 4459026. OLE color: 4459026.

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

Color convert

RGB181068-
CMYK0.740.8500.73
HSL248.28º74.36%15.29%-
HSV(B)248.28º85.29%26.67%-
XYZ1.40.765.54-
YUV19155.65127.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 68 (26.95% from 255) = 70.83%
R=18.75%
G=10.42%
B=70.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1810680.740.8500.73248.2874.3615.29
Hex12A444A55049f84af
Octal2212104112125011137011217
Binary100101010100010010010101010101010010011111100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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