Html Css Color HEX #21194B Paua

📋 copy color: '#21194B'

red 33 ◦ green 25 ◦ blue 75

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

Shades of Paua #21194B

Tints of Paua #21194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 56.39%

R = 24.81%
G = 18.8%
B = 56.39%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

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

RGB 33 25 75 -
CMYK 0.56 0.67 0 0.71
HSL 249.6º 0.5% 0.2% -
HSV(B) 249.6º 0.67% 0.29% -
XYZ 2.24 1.53 6.83 -
YUV 33.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 33 25 75 0.56 0.67 0 0.71 249.6 0.5 0.2
Hex 21 19 4B 38 43 0 47 FA 32 14
Octal 41 31 113 70 103 0 107 372 62 24
Binary 100001 11001 1001011 111000 1000011 0 1000111 11111010 110010 10100

Color Harmonies of #21194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21194B

Black with #21194B

Text Example


Text Example

White with #21194B

Text Example


Text Example

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