#19154D

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

Shades of Paua #19154D

Tints of Paua #19154D

Color information

#19154D (or 0x19154D) is unknown color: approx Paua. HEX triplet: 19, 15 and 4D. RGB value is (25,21,77). Sum of RGB (Red+Green+Blue) = 25+21+77=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #19154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19154D is #E6EAB2. Grayscale: #1C1C1C. Windows color (decimal): -15133363 or 5051673. OLE color: 5051673.

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

Color convert

RGB252177-
CMYK0.680.7300.70
HSL244.29º57.14%19.22%-
HSV(B)244.29º72.73%30.2%-
XYZ2.011.287.16-
YUV28.58155.33125.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.33%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 77 (30.47% from 255) = 62.60%
R=20.33%
G=17.07%
B=62.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2521770.680.7300.70244.2957.1419.22
Hex19154D4449046f43913
Octal312511510411101063647123
Binary1100110101100110110001001001001010001101111010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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