#19164E

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

Shades of Paua #19164E

Tints of Paua #19164E

Color information

#19164E (or 0x19164E) is unknown color: approx Paua. HEX triplet: 19, 16 and 4E. RGB value is (25,22,78). Sum of RGB (Red+Green+Blue) = 25+22+78=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #19164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19164E is #E6E9B1. Grayscale: #1D1D1D. Windows color (decimal): -15133106 or 5117465. OLE color: 5117465.

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

Color convert

RGB252278-
CMYK0.680.7200.69
HSL243.21º56%19.61%-
HSV(B)243.21º71.79%30.59%-
XYZ2.061.337.36-
YUV29.28155.49124.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 78 (30.86% from 255) = 62.4%
R=20%
G=17.6%
B=62.4%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2522780.680.7200.69243.215619.61
Hex19164E4448045f33814
Octal312611610411001053637024
Binary1100110110100111010001001001000010001011111001111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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