#141144

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

Shades of Paua #141144

Tints of Paua #141144

Color information

#141144 (or 0x141144) is unknown color: approx Paua. HEX triplet: 14, 11 and 44. RGB value is (20,17,68). Sum of RGB (Red+Green+Blue) = 20+17+68=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 68 (26.95% from 255 or 64.76% from 105); Max value from RGB is 68 - color contains mainly: blue. Hex color #141144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141144 is #EBEEBB. Grayscale: #171717. Windows color (decimal): -15462076 or 4460820. OLE color: 4460820.

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

Color convert

RGB201768-
CMYK0.710.7500.73
HSL243.53º60%16.67%-
HSV(B)243.53º75%26.67%-
XYZ1.530.975.57-
YUV23.71152.99125.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 68 (26.95% from 255) = 64.76%
R=19.05%
G=16.19%
B=64.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2017680.710.7500.73243.536016.67
Hex141144474B049f43c11
Octal242110410711301113647421
Binary1010010001100010010001111001011010010011111010011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141144; }

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

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

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

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

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

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

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

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