#19184F

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

Shades of Paua #19184F

Tints of Paua #19184F

Color information

#19184F (or 0x19184F) is unknown color: approx Paua. HEX triplet: 19, 18 and 4F. RGB value is (25,24,79). Sum of RGB (Red+Green+Blue) = 25+24+79=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #19184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19184F is #E6E7B0. Grayscale: #1E1E1E. Windows color (decimal): -15132593 or 5183513. OLE color: 5183513.

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

Color convert

RGB252479-
CMYK0.680.7000.69
HSL241.09º53.4%20.2%-
HSV(B)241.09º69.62%30.98%-
XYZ2.141.427.56-
YUV30.57155.33124.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 79 (31.25% from 255) = 61.72%
R=19.53%
G=18.75%
B=61.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2524790.680.7000.69241.0953.420.2
Hex19184F4446045f13514
Octal313011710410601053616524
Binary1100111000100111110001001000110010001011111000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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