#120B46

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

Shades of Paua #120B46

Tints of Paua #120B46

Color information

#120B46 (or 0x120B46) is unknown color: approx Paua. HEX triplet: 12, 0B and 46. RGB value is (18,11,70). Sum of RGB (Red+Green+Blue) = 18+11+70=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #120B46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B46 is #EDF4B9. Grayscale: #131313. Windows color (decimal): -15594682 or 4590354. OLE color: 4590354.

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

Color convert

RGB181170-
CMYK0.740.8400.73
HSL247.12º72.84%15.88%-
HSV(B)247.12º84.29%27.45%-
XYZ1.470.815.87-
YUV19.82156.32126.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 70 (27.73% from 255) = 70.71%
R=18.18%
G=11.11%
B=70.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1811700.740.8400.73247.1272.8415.88
Hex12B464A54049f74910
Octal2213106112124011136711120
Binary1001010111000110100101010101000100100111110111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,11,70); }

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

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

 a { background-color: rgb(18,11,70); }

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

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

 span { border-color: rgb(18,11,70); }

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