Html Css Color HEX #21194A Paua

📋 copy color: '#21194A'

red 33 ◦ green 25 ◦ blue 74

#21194A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #21194A

Tints of Paua #21194A

RGB

 RED value IS 33 (13.28% from 255) = 25%

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 74 (29.3% from 255) = 56.06%

R = 25%
G = 18.94%
B = 56.06%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21194A (or 0x21194A) is known color: Paua. HEX triplet: 21, 19 and 4A. RGB value is (33,25,74). Sum of RGB (Red+Green+Blue) = 33+25+74=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #21194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21194A is #DEE6B5. Grayscale: #202020. Windows color (decimal): -14608054 or 4856097. OLE color: 4856097.

HSL color Cylindrical-coordinate representation of color #21194A: hue angle of 249.8º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21194A is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 25 74 -
CMYK 0.55 0.66 0 0.71
HSL 249.8º 0.49% 0.19% -
HSV(B) 249.8º 0.66% 0.29% -
XYZ 2.21 1.51 6.65 -
YUV 32.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 33 25 74 0.55 0.66 0 0.71 249.8 0.49 0.19
Hex 21 19 4A 37 42 0 47 FA 31 13
Octal 41 31 112 67 102 0 107 372 61 23
Binary 100001 11001 1001010 110111 1000010 0 1000111 11111010 110001 10011

Color Harmonies of #21194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21194A

Black with #21194A

Text Example


Text Example

White with #21194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21194A;
 }
 .AnyTagClassName
 {
   color: #21194A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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