#19104B

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

Shades of Paua #19104B

Tints of Paua #19104B

Color information

#19104B (or 0x19104B) is unknown color: approx Paua. HEX triplet: 19, 10 and 4B. RGB value is (25,16,75). Sum of RGB (Red+Green+Blue) = 25+16+75=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #19104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19104B is #E6EFB4. Grayscale: #191919. Windows color (decimal): -15134645 or 4919321. OLE color: 4919321.

HSL color Cylindrical-coordinate representation of color #19104B: hue angle of 249.15º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19104B is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB251675-
CMYK0.670.7900.71
HSL249.15º64.84%17.84%-
HSV(B)249.15º78.67%29.41%-
XYZ1.861.096.77-
YUV25.42155.98127.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 75 (29.69% from 255) = 64.66%
R=21.55%
G=13.79%
B=64.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2516750.670.7900.71249.1564.8417.84
Hex19104B434F047f94112
Octal3120113103117010737110122
Binary11001100001001011100001110011110100011111111001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19104B; }

 p { color: rgb(25,16,75); }

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

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

 a { background-color: rgb(25,16,75); }

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

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

 span { border-color: rgb(25,16,75); }

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