#16194E

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

Shades of Paua #16194E

Tints of Paua #16194E

Color information

#16194E (or 0x16194E) is unknown color: approx Paua. HEX triplet: 16, 19 and 4E. RGB value is (22,25,78). Sum of RGB (Red+Green+Blue) = 22+25+78=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 25 (10.16% from 255 or 20% 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 #16194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16194E is #E9E6B1. Grayscale: #1D1D1D. Windows color (decimal): -15328946 or 5118230. OLE color: 5118230.

HSL color Cylindrical-coordinate representation of color #16194E: hue angle of 236.79º 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 #16194E is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB222578-
CMYK0.720.6800.69
HSL236.79º56%19.61%-
HSV(B)236.79º71.79%30.59%-
XYZ2.051.427.37-
YUV30.14155.01122.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2225780.720.6800.69236.795619.61
Hex16194E4844045ed3814
Octal263111611010401053557024
Binary1011011001100111010010001000100010001011110110111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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