Html Css Color HEX #21195F Paua

📋 copy color: '#21195F'

red 33 ◦ green 25 ◦ blue 95

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

Shades of Paua #21195F

Tints of Paua #21195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 62.09%

R = 21.57%
G = 16.34%
B = 62.09%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21195F (or 0x21195F) is known color: Paua. HEX triplet: 21, 19 and 5F. RGB value is (33,25,95). Sum of RGB (Red+Green+Blue) = 33+25+95=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #21195F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21195F is #DEE6A0. Grayscale: #232323. Windows color (decimal): -14608033 or 6232353. OLE color: 6232353.

HSL color Cylindrical-coordinate representation of color #21195F: hue angle of 246.86º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21195F is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 25 95 -
CMYK 0.65 0.74 0 0.63
HSL 246.86º 0.58% 0.24% -
HSV(B) 246.86º 0.74% 0.37% -
XYZ 3.04 1.84 11.02 -
YUV 35.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 33 25 95 0.65 0.74 0 0.63 246.86 0.58 0.24
Hex 21 19 5F 41 4A 0 3F F7 3A 18
Octal 41 31 137 101 112 0 77 367 72 30
Binary 100001 11001 1011111 1000001 1001010 0 111111 11110111 111010 11000

Color Harmonies of #21195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21195F

Black with #21195F

Text Example


Text Example

White with #21195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21195F; }

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

 H1.HeaderClassName
 {
   color: #21195F;
 }
 .AnyTagClassName
 {
   color: #21195F;
 }
</style>

background-color css

<style>
 a { background-color: #21195F; }

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

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

border-color css

<style>
 span { border-color: #21195F; }

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

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