#121551

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

Shades of Paua #121551

Tints of Paua #121551

Color information

#121551 (or 0x121551) is unknown color: approx Paua. HEX triplet: 12, 15 and 51. RGB value is (18,21,81). Sum of RGB (Red+Green+Blue) = 18+21+81=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #121551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121551 is #EDEAAE. Grayscale: #1A1A1A. Windows color (decimal): -15592111 or 5313810. OLE color: 5313810.

HSL color Cylindrical-coordinate representation of color #121551: hue angle of 237.14º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121551 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB182181-
CMYK0.780.7400.68
HSL237.14º63.64%19.41%-
HSV(B)237.14º77.78%31.76%-
XYZ21.267.92-
YUV26.94158.51121.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 81 (32.03% from 255) = 67.5%
R=15%
G=17.5%
B=67.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1821810.780.7400.68237.1463.6419.41
Hex1215514E4A044ed4013
Octal2225121116112010435510023
Binary10010101011010001100111010010100100010011101101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121551; }

 p { color: rgb(18,21,81); }

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

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

 a { background-color: rgb(18,21,81); }

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

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

 span { border-color: rgb(18,21,81); }

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