#121047

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

Shades of Paua #121047

Tints of Paua #121047

Color information

#121047 (or 0x121047) is unknown color: approx Paua. HEX triplet: 12, 10 and 47. RGB value is (18,16,71). Sum of RGB (Red+Green+Blue) = 18+16+71=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #121047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121047 is #EDEFB8. Grayscale: #161616. Windows color (decimal): -15593401 or 4657170. OLE color: 4657170.

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

Color convert

RGB181671-
CMYK0.750.7700.72
HSL242.18º63.22%17.06%-
HSV(B)242.18º77.46%27.84%-
XYZ1.570.956.06-
YUV22.87155.16124.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 71 (28.12% from 255) = 67.62%
R=17.14%
G=15.24%
B=67.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1816710.750.7700.72242.1863.2217.06
Hex1210474B4D048f23f11
Octal222010711311501103627721
Binary1001010000100011110010111001101010010001111001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121047; }

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

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

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

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

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

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

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

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