#141751

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

Shades of Paua #141751

Tints of Paua #141751

Color information

#141751 (or 0x141751) is unknown color: approx Paua. HEX triplet: 14, 17 and 51. RGB value is (20,23,81). Sum of RGB (Red+Green+Blue) = 20+23+81=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #141751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141751 is #EBE8AE. Grayscale: #1C1C1C. Windows color (decimal): -15460527 or 5314324. OLE color: 5314324.

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

Color convert

RGB202381-
CMYK0.750.7200.68
HSL237.05º60.4%19.8%-
HSV(B)237.05º75.31%31.76%-
XYZ2.081.367.94-
YUV28.71157.51121.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 81 (32.03% from 255) = 65.32%
R=16.13%
G=18.55%
B=65.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2023810.750.7200.68237.0560.419.8
Hex1417514B48044ed3c14
Octal242712111311001043557424
Binary1010010111101000110010111001000010001001110110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141751; }

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

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

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

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

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

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

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

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