#140E48

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

Shades of Paua #140E48

Tints of Paua #140E48

Color information

#140E48 (or 0x140E48) is unknown color: approx Paua. HEX triplet: 14, 0E and 48. RGB value is (20,14,72). Sum of RGB (Red+Green+Blue) = 20+14+72=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #140E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E48 is #EBF1B7. Grayscale: #161616. Windows color (decimal): -15462840 or 4722196. OLE color: 4722196.

HSL color Cylindrical-coordinate representation of color #140E48: hue angle of 246.21º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #140E48 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB201472-
CMYK0.720.8100.72
HSL246.21º67.44%16.86%-
HSV(B)246.21º80.56%28.24%-
XYZ1.620.936.23-
YUV22.41155.99126.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 72 (28.52% from 255) = 67.92%
R=18.87%
G=13.21%
B=67.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2014720.720.8100.72246.2167.4416.86
Hex14E484851048f64311
Octal2416110110121011036610321
Binary1010011101001000100100010100010100100011110110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140E48; }

 p { color: rgb(20,14,72); }

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

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

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

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

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

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

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