#141250

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

Shades of Paua #141250

Tints of Paua #141250

Color information

#141250 (or 0x141250) is unknown color: approx Paua. HEX triplet: 14, 12 and 50. RGB value is (20,18,80). Sum of RGB (Red+Green+Blue) = 20+18+80=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 18 (7.42% from 255 or 15.25% 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 #141250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141250 is #EBEDAF. Grayscale: #191919. Windows color (decimal): -15461808 or 5247508. OLE color: 5247508.

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

Color convert

RGB201880-
CMYK0.750.7800.69
HSL241.94º63.27%19.22%-
HSV(B)241.94º77.5%31.37%-
XYZ1.951.167.71-
YUV25.67158.66123.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2018800.750.7800.69241.9463.2719.22
Hex1412504B4E045f23f13
Octal242212011311601053627723
Binary1010010010101000010010111001110010001011111001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141250; }

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

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

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

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

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

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

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

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