#121450

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

Shades of Paua #121450

Tints of Paua #121450

Color information

#121450 (or 0x121450) is unknown color: approx Paua. HEX triplet: 12, 14 and 50. RGB value is (18,20,80). Sum of RGB (Red+Green+Blue) = 18+20+80=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 80 (31.64% from 255 or 67.80% from 118); Max value from RGB is 80 - color contains mainly: blue. Hex color #121450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121450 is #EDEBAF. Grayscale: #1A1A1A. Windows color (decimal): -15592368 or 5248018. OLE color: 5248018.

HSL color Cylindrical-coordinate representation of color #121450: hue angle of 238.06º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121450 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB182080-
CMYK0.780.7500.69
HSL238.06º63.27%19.22%-
HSV(B)238.06º77.5%31.37%-
XYZ1.951.217.72-
YUV26.24158.34122.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 80 (31.64% from 255) = 67.80%
R=15.25%
G=16.95%
B=67.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1820800.780.7500.69238.0663.2719.22
Hex1214504E4B045ee3f13
Octal222412011611301053567723
Binary1001010100101000010011101001011010001011110111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121450; }

 p { color: rgb(18,20,80); }

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

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

 a { background-color: rgb(18,20,80); }

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

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

 span { border-color: rgb(18,20,80); }

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