#121147

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

Shades of Paua #121147

Tints of Paua #121147

Color information

#121147 (or 0x121147) is unknown color: approx Paua. HEX triplet: 12, 11 and 47. RGB value is (18,17,71). Sum of RGB (Red+Green+Blue) = 18+17+71=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #121147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121147 is #EDEEB8. Grayscale: #171717. Windows color (decimal): -15593145 or 4657426. OLE color: 4657426.

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

Color convert

RGB181771-
CMYK0.750.7600.72
HSL241.11º61.36%17.25%-
HSV(B)241.11º76.06%27.84%-
XYZ1.590.986.07-
YUV23.46154.83124.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 71 (28.12% from 255) = 66.98%
R=16.98%
G=16.04%
B=66.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1817710.750.7600.72241.1161.3617.25
Hex1211474B4C048f13d11
Octal222110711311401103617521
Binary1001010001100011110010111001100010010001111000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121147; }

 p { color: rgb(18,17,71); }

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

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

 a { background-color: rgb(18,17,71); }

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

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

 span { border-color: rgb(18,17,71); }

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