#141452

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

Shades of Paua #141452

Tints of Paua #141452

Color information

#141452 (or 0x141452) is unknown color: approx Paua. HEX triplet: 14, 14 and 52. RGB value is (20,20,82). Sum of RGB (Red+Green+Blue) = 20+20+82=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #141452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141452 is #EBEBAD. Grayscale: #1A1A1A. Windows color (decimal): -15461294 or 5379092. OLE color: 5379092.

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

Color convert

RGB202082-
CMYK0.760.7600.68
HSL240º60.78%20%-
HSV(B)240º75.61%32.16%-
XYZ2.061.268.12-
YUV27.07159122.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 82 (32.42% from 255) = 67.21%
R=16.39%
G=16.39%
B=67.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2020820.760.7600.6824060.7820
Hex1414524C4C044f03d14
Octal242412211411401043607524
Binary1010010100101001010011001001100010001001111000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141452; }

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

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

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

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

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

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

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

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