#21194E

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

Shades of Paua #21194E

Tints of Paua #21194E

Color information

#21194E (or 0x21194E) is unknown color: approx Paua. HEX triplet: 21, 19 and 4E. RGB value is (33,25,78). Sum of RGB (Red+Green+Blue) = 33+25+78=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #21194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21194E is #DEE6B1. Grayscale: #212121. Windows color (decimal): -14608050 or 5118241. OLE color: 5118241.

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

Color convert

RGB332578-
CMYK0.580.6800.69
HSL249.06º51.46%20.2%-
HSV(B)249.06º67.95%30.59%-
XYZ2.351.577.39-
YUV33.43153.15127.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 78 (30.86% from 255) = 57.35%
R=24.26%
G=18.38%
B=57.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3325780.580.6800.69249.0651.4620.2
Hex21194E3A44045f93314
Octal41311167210401053716324
Binary1000011100110011101110101000100010001011111100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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