#141350

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

Shades of Paua #141350

Tints of Paua #141350

Color information

#141350 (or 0x141350) is unknown color: approx Paua. HEX triplet: 14, 13 and 50. RGB value is (20,19,80). Sum of RGB (Red+Green+Blue) = 20+19+80=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #141350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141350 is #EBECAF. Grayscale: #1A1A1A. Windows color (decimal): -15461552 or 5247764. OLE color: 5247764.

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

Color convert

RGB201980-
CMYK0.750.7600.69
HSL240.98º61.62%19.41%-
HSV(B)240.98º76.25%31.37%-
XYZ1.971.197.72-
YUV26.25158.33123.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 80 (31.64% from 255) = 67.23%
R=16.81%
G=15.97%
B=67.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2019800.750.7600.69240.9861.6219.41
Hex1413504B4C045f13e13
Octal242312011311401053617623
Binary1010010011101000010010111001100010001011111000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141350; }

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

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

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

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

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

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

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

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