#19194B

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

Shades of Paua #19194B

Tints of Paua #19194B

Color information

#19194B (or 0x19194B) is unknown color: approx Paua. HEX triplet: 19, 19 and 4B. RGB value is (25,25,75). Sum of RGB (Red+Green+Blue) = 25+25+75=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #19194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19194B is #E6E6B4. Grayscale: #1E1E1E. Windows color (decimal): -15132341 or 4921625. OLE color: 4921625.

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

Color convert

RGB252575-
CMYK0.670.6700.71
HSL240º50%19.61%-
HSV(B)240º66.67%29.41%-
XYZ2.021.416.82-
YUV30.7153123.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 75 (29.69% from 255) = 60%
R=20%
G=20%
B=60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2525750.670.6700.712405019.61
Hex19194B4343047f03214
Octal313111310310301073606224
Binary1100111001100101110000111000011010001111111000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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