#120B49

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

Shades of Paua #120B49

Tints of Paua #120B49

Color information

#120B49 (or 0x120B49) is unknown color: approx Paua. HEX triplet: 12, 0B and 49. RGB value is (18,11,73). Sum of RGB (Red+Green+Blue) = 18+11+73=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 73 (28.91% from 255 or 71.57% from 102); Max value from RGB is 73 - color contains mainly: blue. Hex color #120B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B49 is #EDF4B6. Grayscale: #131313. Windows color (decimal): -15594679 or 4786962. OLE color: 4786962.

HSL color Cylindrical-coordinate representation of color #120B49: hue angle of 246.77º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120B49 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB181173-
CMYK0.750.8500.71
HSL246.77º73.81%16.47%-
HSV(B)246.77º84.93%28.63%-
XYZ1.570.856.38-
YUV20.16157.82126.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 73 (28.91% from 255) = 71.57%
R=17.65%
G=10.78%
B=71.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1811730.750.8500.71246.7773.8116.47
Hex12B494B55047f74a10
Octal2213111113125010736711220
Binary1001010111001001100101110101010100011111110111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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