#141453

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

Shades of Paua #141453

Tints of Paua #141453

Color information

#141453 (or 0x141453) is unknown color: approx Paua. HEX triplet: 14, 14 and 53. RGB value is (20,20,83). Sum of RGB (Red+Green+Blue) = 20+20+83=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #141453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141453 is #EBEBAC. Grayscale: #1A1A1A. Windows color (decimal): -15461293 or 5444628. OLE color: 5444628.

HSL color Cylindrical-coordinate representation of color #141453: hue angle of 240º 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 #141453 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB202083-
CMYK0.760.7600.67
HSL240º61.17%20.2%-
HSV(B)240º75.9%32.55%-
XYZ2.11.278.32-
YUV27.18159.5122.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 83 (32.81% from 255) = 67.48%
R=16.26%
G=16.26%
B=67.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2020830.760.7600.6724061.1720.2
Hex1414534C4C043f03d14
Octal242412311411401033607524
Binary1010010100101001110011001001100010000111111000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141453; }

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

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

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

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

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

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

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

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