#141852

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

Shades of Paua #141852

Tints of Paua #141852

Color information

#141852 (or 0x141852) is unknown color: approx Paua. HEX triplet: 14, 18 and 52. RGB value is (20,24,82). Sum of RGB (Red+Green+Blue) = 20+24+82=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #141852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141852 is #EBE7AD. Grayscale: #1D1D1D. Windows color (decimal): -15460270 or 5380116. OLE color: 5380116.

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

Color convert

RGB202482-
CMYK0.760.7100.68
HSL236.13º60.78%20%-
HSV(B)236.13º75.61%32.16%-
XYZ2.141.418.14-
YUV29.42157.67121.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 82 (32.42% from 255) = 65.08%
R=15.87%
G=19.05%
B=65.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2024820.760.7100.68236.1360.7820
Hex1418524C47044ec3d14
Octal243012211410701043547524
Binary1010011000101001010011001000111010001001110110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141852; }

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

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

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

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

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

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

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

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