#121048

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

Shades of Paua #121048

Tints of Paua #121048

Color information

#121048 (or 0x121048) is unknown color: approx Paua. HEX triplet: 12, 10 and 48. RGB value is (18,16,72). Sum of RGB (Red+Green+Blue) = 18+16+72=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #121048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121048 is #EDEFB7. Grayscale: #161616. Windows color (decimal): -15593400 or 4722706. OLE color: 4722706.

HSL color Cylindrical-coordinate representation of color #121048: hue angle of 242.14º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121048 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB181672-
CMYK0.750.7800.72
HSL242.14º63.64%17.25%-
HSV(B)242.14º77.78%28.24%-
XYZ1.60.976.23-
YUV22.98155.66124.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 72 (28.52% from 255) = 67.92%
R=16.98%
G=15.09%
B=67.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1816720.750.7800.72242.1463.6417.25
Hex1210484B4E048f24011
Octal2220110113116011036210021
Binary10010100001001000100101110011100100100011110010100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121048; }

 p { color: rgb(18,16,72); }

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

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

 a { background-color: rgb(18,16,72); }

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

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

 span { border-color: rgb(18,16,72); }

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