Html Css Color HEX #21194E Paua

📋 copy color: '#21194E'

red 33 ◦ green 25 ◦ blue 78

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

Shades of Paua #21194E

Tints of Paua #21194E

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 value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#21194E (or 0x21194E) is known color: 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

RGB 33 25 78 -
CMYK 0.58 0.68 0 0.69
HSL 249.06º 0.51% 0.2% -
HSV(B) 249.06º 0.68% 0.31% -
XYZ 2.35 1.57 7.39 -
YUV 33.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 33 25 78 0.58 0.68 0 0.69 249.06 0.51 0.2
Hex 21 19 4E 3A 44 0 45 F9 33 14
Octal 41 31 116 72 104 0 105 371 63 24
Binary 100001 11001 1001110 111010 1000100 0 1000101 11111001 110011 10100

Color Harmonies of #21194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21194E

Black with #21194E

Text Example


Text Example

White with #21194E

Text Example


Text Example

HTML Codes & Css Web 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>