#20194E

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

Shades of Paua #20194E

Tints of Paua #20194E

Color information

#20194E (or 0x20194E) is unknown color: approx Paua. HEX triplet: 20, 19 and 4E. RGB value is (32,25,78). Sum of RGB (Red+Green+Blue) = 32+25+78=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #20194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20194E is #DFE6B1. Grayscale: #202020. Windows color (decimal): -14673586 or 5118240. OLE color: 5118240.

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

Color convert

RGB322578-
CMYK0.590.6800.69
HSL247.92º51.46%20.2%-
HSV(B)247.92º67.95%30.59%-
XYZ2.321.557.39-
YUV33.14153.32127.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.70%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 78 (30.86% from 255) = 57.78%
R=23.70%
G=18.52%
B=57.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3225780.590.6800.69247.9251.4620.2
Hex20194E3B44045f83314
Octal40311167310401053706324
Binary1000001100110011101110111000100010001011111100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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