#19154F

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

Shades of Paua #19154F

Tints of Paua #19154F

Color information

#19154F (or 0x19154F) is unknown color: approx Paua. HEX triplet: 19, 15 and 4F. RGB value is (25,21,79). Sum of RGB (Red+Green+Blue) = 25+21+79=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #19154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19154F is #E6EAB0. Grayscale: #1C1C1C. Windows color (decimal): -15133361 or 5182745. OLE color: 5182745.

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

Color convert

RGB252179-
CMYK0.680.7300.69
HSL244.14º58%19.61%-
HSV(B)244.14º73.42%30.98%-
XYZ2.081.317.54-
YUV28.81156.33125.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 79 (31.25% from 255) = 63.2%
R=20%
G=16.8%
B=63.2%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2521790.680.7300.69244.145819.61
Hex19154F4449045f43a14
Octal312511710411101053647224
Binary1100110101100111110001001001001010001011111010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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