#141450

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

Shades of Paua #141450

Tints of Paua #141450

Color information

#141450 (or 0x141450) is unknown color: approx Paua. HEX triplet: 14, 14 and 50. RGB value is (20,20,80). Sum of RGB (Red+Green+Blue) = 20+20+80=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 20 (8.20% from 255 or 16.67% 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 #141450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141450 is #EBEBAF. Grayscale: #1A1A1A. Windows color (decimal): -15461296 or 5248020. OLE color: 5248020.

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

Color convert

RGB202080-
CMYK0.750.7500.69
HSL240º60%19.61%-
HSV(B)240º75%31.37%-
XYZ1.991.237.72-
YUV26.84158123.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 80 (31.64% from 255) = 66.67%
R=16.67%
G=16.67%
B=66.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2020800.750.7500.692406019.61
Hex1414504B4B045f03c14
Octal242412011311301053607424
Binary1010010100101000010010111001011010001011111000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141450; }

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

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

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

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

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

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

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

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