#19174C

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

Shades of Paua #19174C

Tints of Paua #19174C

Color information

#19174C (or 0x19174C) is unknown color: approx Paua. HEX triplet: 19, 17 and 4C. RGB value is (25,23,76). Sum of RGB (Red+Green+Blue) = 25+23+76=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #19174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19174C is #E6E8B3. Grayscale: #1D1D1D. Windows color (decimal): -15132852 or 4986649. OLE color: 4986649.

HSL color Cylindrical-coordinate representation of color #19174C: hue angle of 242.26º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19174C is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB252376-
CMYK0.670.7000.70
HSL242.26º53.54%19.41%-
HSV(B)242.26º69.74%29.8%-
XYZ2.011.346.99-
YUV29.64154.16124.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 76 (30.08% from 255) = 61.29%
R=20.16%
G=18.55%
B=61.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2523760.670.7000.70242.2653.5419.41
Hex19174C4346046f23613
Octal312711410310601063626623
Binary1100110111100110010000111000110010001101111001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19174C; }

 p { color: rgb(25,23,76); }

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

<style>
 a { background-color: #19174C; }

 a { background-color: rgb(25,23,76); }

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

<style>
 span { border-color: #19174C; }

 span { border-color: rgb(25,23,76); }

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