#19154E

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

Shades of Paua #19154E

Tints of Paua #19154E

Color information

#19154E (or 0x19154E) is unknown color: approx Paua. HEX triplet: 19, 15 and 4E. RGB value is (25,21,78). Sum of RGB (Red+Green+Blue) = 25+21+78=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #19154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19154E is #E6EAB1. Grayscale: #1C1C1C. Windows color (decimal): -15133362 or 5117209. OLE color: 5117209.

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

Color convert

RGB252178-
CMYK0.680.7300.69
HSL244.21º57.58%19.41%-
HSV(B)244.21º73.08%30.59%-
XYZ2.041.297.35-
YUV28.69155.83125.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 78 (30.86% from 255) = 62.90%
R=20.16%
G=16.94%
B=62.90%

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
Decimal2521780.680.7300.69244.2157.5819.41
Hex19154E4449045f43a13
Octal312511610411101053647223
Binary1100110101100111010001001001001010001011111010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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