#141044

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

Shades of Paua #141044

Tints of Paua #141044

Color information

#141044 (or 0x141044) is unknown color: approx Paua. HEX triplet: 14, 10 and 44. RGB value is (20,16,68). Sum of RGB (Red+Green+Blue) = 20+16+68=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 68 (26.95% from 255 or 65.38% from 104); Max value from RGB is 68 - color contains mainly: blue. Hex color #141044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141044 is #EBEFBB. Grayscale: #161616. Windows color (decimal): -15462332 or 4460564. OLE color: 4460564.

HSL color Cylindrical-coordinate representation of color #141044: hue angle of 244.62º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141044 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB201668-
CMYK0.710.7600.73
HSL244.62º61.9%16.47%-
HSV(B)244.62º76.47%26.67%-
XYZ1.520.945.57-
YUV23.12153.33125.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 68 (26.95% from 255) = 65.38%
R=19.23%
G=15.38%
B=65.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2016680.710.7600.73244.6261.916.47
Hex141044474C049f53e10
Octal242010410711401113657620
Binary1010010000100010010001111001100010010011111010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141044; }

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

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

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

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

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

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

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

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