#19164B

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

Shades of Paua #19164B

Tints of Paua #19164B

Color information

#19164B (or 0x19164B) is unknown color: approx Paua. HEX triplet: 19, 16 and 4B. RGB value is (25,22,75). Sum of RGB (Red+Green+Blue) = 25+22+75=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #19164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19164B is #E6E9B4. Grayscale: #1C1C1C. Windows color (decimal): -15133109 or 4920857. OLE color: 4920857.

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

Color convert

RGB252275-
CMYK0.670.7100.71
HSL243.4º54.64%19.02%-
HSV(B)243.4º70.67%29.41%-
XYZ1.961.296.8-
YUV28.94153.99125.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 75 (29.69% from 255) = 61.48%
R=20.49%
G=18.03%
B=61.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2522750.670.7100.71243.454.6419.02
Hex19164B4347047f33713
Octal312611310310701073636723
Binary1100110110100101110000111000111010001111111001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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