#19124E

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

Shades of Paua #19124E

Tints of Paua #19124E

Color information

#19124E (or 0x19124E) is unknown color: approx Paua. HEX triplet: 19, 12 and 4E. RGB value is (25,18,78). Sum of RGB (Red+Green+Blue) = 25+18+78=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #19124E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19124E is #E6EDB1. Grayscale: #1A1A1A. Windows color (decimal): -15134130 or 5116441. OLE color: 5116441.

HSL color Cylindrical-coordinate representation of color #19124E: hue angle of 247º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19124E is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB251878-
CMYK0.680.7700.69
HSL247º62.5%18.82%-
HSV(B)247º76.92%30.59%-
XYZ1.991.197.33-
YUV26.93156.82126.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 78 (30.86% from 255) = 64.46%
R=20.66%
G=14.88%
B=64.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2518780.680.7700.6924762.518.82
Hex19124E444D045f73e13
Octal312211610411501053677623
Binary1100110010100111010001001001101010001011111011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19124E; }

 p { color: rgb(25,18,78); }

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

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

 a { background-color: rgb(25,18,78); }

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

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

 span { border-color: rgb(25,18,78); }

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