#141553

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

Shades of Paua #141553

Tints of Paua #141553

Color information

#141553 (or 0x141553) is unknown color: approx Paua. HEX triplet: 14, 15 and 53. RGB value is (20,21,83). Sum of RGB (Red+Green+Blue) = 20+21+83=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #141553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141553 is #EBEAAC. Grayscale: #1B1B1B. Windows color (decimal): -15461037 or 5444884. OLE color: 5444884.

HSL color Cylindrical-coordinate representation of color #141553: hue angle of 239.05º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141553 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB202183-
CMYK0.760.7500.67
HSL239.05º61.17%20.2%-
HSV(B)239.05º75.9%32.55%-
XYZ2.121.318.32-
YUV27.77159.17122.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 83 (32.81% from 255) = 66.94%
R=16.13%
G=16.94%
B=66.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2021830.760.7500.67239.0561.1720.2
Hex1415534C4B043ef3d14
Octal242512311411301033577524
Binary1010010101101001110011001001011010000111110111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141553; }

 p { color: rgb(20,21,83); }

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

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

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

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

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

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

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