#121650

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

Shades of Paua #121650

Tints of Paua #121650

Color information

#121650 (or 0x121650) is unknown color: approx Paua. HEX triplet: 12, 16 and 50. RGB value is (18,22,80). Sum of RGB (Red+Green+Blue) = 18+22+80=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #121650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121650 is #EDE9AF. Grayscale: #1B1B1B. Windows color (decimal): -15591856 or 5248530. OLE color: 5248530.

HSL color Cylindrical-coordinate representation of color #121650: hue angle of 236.13º 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 #121650 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB182280-
CMYK0.780.7200.69
HSL236.13º63.27%19.22%-
HSV(B)236.13º77.5%31.37%-
XYZ1.981.287.73-
YUV27.42157.67121.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 80 (31.64% from 255) = 66.67%
R=15%
G=18.33%
B=66.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1822800.780.7200.69236.1363.2719.22
Hex1216504E48045ec3f13
Octal222612011611001053547723
Binary1001010110101000010011101001000010001011110110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121650; }

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

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

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

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

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

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

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

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