#19153F

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

Shades of Paua #19153F

Tints of Paua #19153F

Color information

#19153F (or 0x19153F) is unknown color: approx Paua. HEX triplet: 19, 15 and 3F. RGB value is (25,21,63). Sum of RGB (Red+Green+Blue) = 25+21+63=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #19153F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19153F is #E6EAC0. Grayscale: #1A1A1A. Windows color (decimal): -15133377 or 4134169. OLE color: 4134169.

HSL color Cylindrical-coordinate representation of color #19153F: hue angle of 245.71º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19153F is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB252163-
CMYK0.600.6700.75
HSL245.71º50%16.47%-
HSV(B)245.71º66.67%24.71%-
XYZ1.571.14.83-
YUV26.98148.33126.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.94%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 63 (25% from 255) = 57.80%
R=22.94%
G=19.27%
B=57.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2521630.600.6700.75245.715016.47
Hex19153F3C4304Bf63210
Octal3125777410301133666220
Binary11001101011111111111001000011010010111111011011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,21,63); }

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

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

 a { background-color: rgb(25,21,63); }

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

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

 span { border-color: rgb(25,21,63); }

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