#141652

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

Shades of Paua #141652

Tints of Paua #141652

Color information

#141652 (or 0x141652) is unknown color: approx Paua. HEX triplet: 14, 16 and 52. RGB value is (20,22,82). Sum of RGB (Red+Green+Blue) = 20+22+82=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #141652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141652 is #EBE9AD. Grayscale: #1B1B1B. Windows color (decimal): -15460782 or 5379604. OLE color: 5379604.

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

Color convert

RGB202282-
CMYK0.760.7300.68
HSL238.06º60.78%20%-
HSV(B)238.06º75.61%32.16%-
XYZ2.11.338.13-
YUV28.24158.34122.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 82 (32.42% from 255) = 66.13%
R=16.13%
G=17.74%
B=66.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2022820.760.7300.68238.0660.7820
Hex1416524C49044ee3d14
Octal242612211411101043567524
Binary1010010110101001010011001001001010001001110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141652; }

 p { color: rgb(20,22,82); }

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

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

 a { background-color: rgb(20,22,82); }

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

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

 span { border-color: rgb(20,22,82); }

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