#141551

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

Shades of Paua #141551

Tints of Paua #141551

Color information

#141551 (or 0x141551) is unknown color: approx Paua. HEX triplet: 14, 15 and 51. RGB value is (20,21,81). Sum of RGB (Red+Green+Blue) = 20+21+81=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #141551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141551 is #EBEAAE. Grayscale: #1B1B1B. Windows color (decimal): -15461039 or 5313812. OLE color: 5313812.

HSL color Cylindrical-coordinate representation of color #141551: hue angle of 239.02º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141551 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB202181-
CMYK0.750.7400.68
HSL239.02º60.4%19.8%-
HSV(B)239.02º75.31%31.76%-
XYZ2.041.287.92-
YUV27.54158.17122.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 81 (32.03% from 255) = 66.39%
R=16.39%
G=17.21%
B=66.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2021810.750.7400.68239.0260.419.8
Hex1415514B4A044ef3c14
Octal242512111311201043577424
Binary1010010101101000110010111001010010001001110111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141551; }

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

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

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

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

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

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

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

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