Html Css Color HEX #21194D Paua

📋 copy color: '#21194D'

red 33 ◦ green 25 ◦ blue 77

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

Shades of Paua #21194D

Tints of Paua #21194D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 57.04%

R = 24.44%
G = 18.52%
B = 57.04%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21194D (or 0x21194D) is known color: Paua. HEX triplet: 21, 19 and 4D. RGB value is (33,25,77). Sum of RGB (Red+Green+Blue) = 33+25+77=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #21194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21194D is #DEE6B2. Grayscale: #212121. Windows color (decimal): -14608051 or 5052705. OLE color: 5052705.

HSL color Cylindrical-coordinate representation of color #21194D: hue angle of 249.23º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21194D is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 25 77 -
CMYK 0.57 0.68 0 0.70
HSL 249.23º 0.51% 0.2% -
HSV(B) 249.23º 0.68% 0.3% -
XYZ 2.31 1.55 7.2 -
YUV 33.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 33 25 77 0.57 0.68 0 0.70 249.23 0.51 0.2
Hex 21 19 4D 39 44 0 46 F9 33 14
Octal 41 31 115 71 104 0 106 371 63 24
Binary 100001 11001 1001101 111001 1000100 0 1000110 11111001 110011 10100

Color Harmonies of #21194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21194D

Black with #21194D

Text Example


Text Example

White with #21194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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