#141753

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

Shades of Paua #141753

Tints of Paua #141753

Color information

#141753 (or 0x141753) is unknown color: approx Paua. HEX triplet: 14, 17 and 53. RGB value is (20,23,83). Sum of RGB (Red+Green+Blue) = 20+23+83=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #141753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141753 is #EBE8AC. Grayscale: #1C1C1C. Windows color (decimal): -15460525 or 5445396. OLE color: 5445396.

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

Color convert

RGB202383-
CMYK0.760.7200.67
HSL237.14º61.17%20.2%-
HSV(B)237.14º75.9%32.55%-
XYZ2.161.398.34-
YUV28.94158.51121.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 83 (32.81% from 255) = 65.87%
R=15.87%
G=18.25%
B=65.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2023830.760.7200.67237.1461.1720.2
Hex1417534C48043ed3d14
Octal242712311411001033557524
Binary1010010111101001110011001001000010000111110110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141753; }

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

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

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

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

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

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

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

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