#141053

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

Shades of Paua #141053

Tints of Paua #141053

Color information

#141053 (or 0x141053) is unknown color: approx Paua. HEX triplet: 14, 10 and 53. RGB value is (20,16,83). Sum of RGB (Red+Green+Blue) = 20+16+83=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #141053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141053 is #EBEFAC. Grayscale: #181818. Windows color (decimal): -15462317 or 5443604. OLE color: 5443604.

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

Color convert

RGB201683-
CMYK0.760.8100.67
HSL243.58º67.68%19.41%-
HSV(B)243.58º80.72%32.55%-
XYZ2.041.148.3-
YUV24.83160.83124.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 83 (32.81% from 255) = 69.75%
R=16.81%
G=13.45%
B=69.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2016830.760.8100.67243.5867.6819.41
Hex1410534C51043f44413
Octal2420123114121010336410423
Binary10100100001010011100110010100010100001111110100100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141053; }

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

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

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

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

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

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

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

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