#141051

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

Shades of Paua #141051

Tints of Paua #141051

Color information

#141051 (or 0x141051) is unknown color: approx Paua. HEX triplet: 14, 10 and 51. RGB value is (20,16,81). Sum of RGB (Red+Green+Blue) = 20+16+81=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #141051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141051 is #EBEFAE. Grayscale: #181818. Windows color (decimal): -15462319 or 5312532. OLE color: 5312532.

HSL color Cylindrical-coordinate representation of color #141051: hue angle of 243.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141051 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB201681-
CMYK0.750.8000.68
HSL243.69º67.01%19.02%-
HSV(B)243.69º80.25%31.76%-
XYZ1.961.117.9-
YUV24.61159.83124.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 81 (32.03% from 255) = 69.23%
R=17.09%
G=13.68%
B=69.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2016810.750.8000.68243.6967.0119.02
Hex1410514B50044f44313
Octal2420121113120010436410323
Binary10100100001010001100101110100000100010011110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141051; }

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

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

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

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

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

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

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

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