#19124D

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

Shades of Paua #19124D

Tints of Paua #19124D

Color information

#19124D (or 0x19124D) is unknown color: approx Paua. HEX triplet: 19, 12 and 4D. RGB value is (25,18,77). Sum of RGB (Red+Green+Blue) = 25+18+77=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #19124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19124D is #E6EDB2. Grayscale: #1A1A1A. Windows color (decimal): -15134131 or 5050905. OLE color: 5050905.

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

Color convert

RGB251877-
CMYK0.680.7700.70
HSL247.12º62.11%18.63%-
HSV(B)247.12º76.62%30.2%-
XYZ1.961.187.14-
YUV26.82156.32126.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=20.83%
G=15%
B=64.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2518770.680.7700.70247.1262.1118.63
Hex19124D444D046f73e13
Octal312211510411501063677623
Binary1100110010100110110001001001101010001101111011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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