#19114F

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

Shades of Paua #19114F

Tints of Paua #19114F

Color information

#19114F (or 0x19114F) is unknown color: approx Paua. HEX triplet: 19, 11 and 4F. RGB value is (25,17,79). Sum of RGB (Red+Green+Blue) = 25+17+79=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #19114F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19114F is #E6EEB0. Grayscale: #1A1A1A. Windows color (decimal): -15134385 or 5181721. OLE color: 5181721.

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

Color convert

RGB251779-
CMYK0.680.7800.69
HSL247.74º64.58%18.82%-
HSV(B)247.74º78.48%30.98%-
XYZ2.011.177.52-
YUV26.46157.65126.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 79 (31.25% from 255) = 65.29%
R=20.66%
G=14.05%
B=65.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2517790.680.7800.69247.7464.5818.82
Hex19114F444E045f84113
Octal3121117104116010537010123
Binary11001100011001111100010010011100100010111111000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19114F; }

 p { color: rgb(25,17,79); }

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

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

 a { background-color: rgb(25,17,79); }

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

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

 span { border-color: rgb(25,17,79); }

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