#20194B

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

Shades of Paua #20194B

Tints of Paua #20194B

Color information

#20194B (or 0x20194B) is unknown color: approx Paua. HEX triplet: 20, 19 and 4B. RGB value is (32,25,75). Sum of RGB (Red+Green+Blue) = 32+25+75=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #20194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20194B is #DFE6B4. Grayscale: #202020. Windows color (decimal): -14673589 or 4921632. OLE color: 4921632.

HSL color Cylindrical-coordinate representation of color #20194B: hue angle of 248.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20194B is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB322575-
CMYK0.570.6700.71
HSL248.4º50%19.61%-
HSV(B)248.4º66.67%29.41%-
XYZ2.211.516.83-
YUV32.79151.82127.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.24%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=24.24%
G=18.94%
B=56.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3225750.570.6700.71248.45019.61
Hex20194B3943047f83214
Octal40311137110301073706224
Binary1000001100110010111110011000011010001111111100011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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