Html Css Color HEX #21195B Paua

📋 copy color: '#21195B'

red 33 ◦ green 25 ◦ blue 91

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

Shades of Paua #21195B

Tints of Paua #21195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 61.07%

R = 22.15%
G = 16.78%
B = 61.07%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21195B (or 0x21195B) is known color: Paua. HEX triplet: 21, 19 and 5B. RGB value is (33,25,91). Sum of RGB (Red+Green+Blue) = 33+25+91=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #21195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21195B is #DEE6A4. Grayscale: #222222. Windows color (decimal): -14608037 or 5970209. OLE color: 5970209.

HSL color Cylindrical-coordinate representation of color #21195B: hue angle of 247.27º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21195B is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 25 91 -
CMYK 0.64 0.73 0 0.64
HSL 247.27º 0.57% 0.23% -
HSV(B) 247.27º 0.73% 0.36% -
XYZ 2.86 1.77 10.09 -
YUV 34.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 33 25 91 0.64 0.73 0 0.64 247.27 0.57 0.23
Hex 21 19 5B 40 49 0 40 F7 39 17
Octal 41 31 133 100 111 0 100 367 71 27
Binary 100001 11001 1011011 1000000 1001001 0 1000000 11110111 111001 10111

Color Harmonies of #21195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21195B

Black with #21195B

Text Example


Text Example

White with #21195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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