#141451

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

Shades of Paua #141451

Tints of Paua #141451

Color information

#141451 (or 0x141451) is unknown color: approx Paua. HEX triplet: 14, 14 and 51. RGB value is (20,20,81). Sum of RGB (Red+Green+Blue) = 20+20+81=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #141451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141451 is #EBEBAE. Grayscale: #1A1A1A. Windows color (decimal): -15461295 or 5313556. OLE color: 5313556.

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

Color convert

RGB202081-
CMYK0.750.7500.68
HSL240º60.4%19.8%-
HSV(B)240º75.31%31.76%-
XYZ2.021.247.92-
YUV26.95158.5123.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 81 (32.03% from 255) = 66.94%
R=16.53%
G=16.53%
B=66.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2020810.750.7500.6824060.419.8
Hex1414514B4B044f03c14
Octal242412111311301043607424
Binary1010010100101000110010111001011010001001111000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141451; }

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

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

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

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

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

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

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

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