#21194B

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

Shades of Paua #21194B

Tints of Paua #21194B

Color information

#21194B (or 0x21194B) is unknown color: approx Paua. HEX triplet: 21, 19 and 4B. RGB value is (33,25,75). Sum of RGB (Red+Green+Blue) = 33+25+75=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #21194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21194B is #DEE6B4. Grayscale: #202020. Windows color (decimal): -14608053 or 4921633. OLE color: 4921633.

HSL color Cylindrical-coordinate representation of color #21194B: hue angle of 249.6º 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 #21194B is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB332575-
CMYK0.560.6700.71
HSL249.6º50%19.61%-
HSV(B)249.6º66.67%29.41%-
XYZ2.241.536.83-
YUV33.09151.65127.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=24.81%
G=18.80%
B=56.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3325750.560.6700.71249.65019.61
Hex21194B3843047fa3214
Octal41311137010301073726224
Binary1000011100110010111110001000011010001111111101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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