Html Css Color HEX #21195A Paua

📋 copy color: '#21195A'

red 33 ◦ green 25 ◦ blue 90

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

Shades of Paua #21195A

Tints of Paua #21195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 60.81%

R = 22.3%
G = 16.89%
B = 60.81%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21195A (or 0x21195A) is known color: Paua. HEX triplet: 21, 19 and 5A. RGB value is (33,25,90). Sum of RGB (Red+Green+Blue) = 33+25+90=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #21195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21195A is #DEE6A5. Grayscale: #222222. Windows color (decimal): -14608038 or 5904673. OLE color: 5904673.

HSL color Cylindrical-coordinate representation of color #21195A: hue angle of 247.38º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21195A is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 25 90 -
CMYK 0.63 0.72 0 0.65
HSL 247.38º 0.57% 0.23% -
HSV(B) 247.38º 0.72% 0.35% -
XYZ 2.82 1.76 9.86 -
YUV 34.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 33 25 90 0.63 0.72 0 0.65 247.38 0.57 0.23
Hex 21 19 5A 3F 48 0 41 F7 39 17
Octal 41 31 132 77 110 0 101 367 71 27
Binary 100001 11001 1011010 111111 1001000 0 1000001 11110111 111001 10111

Color Harmonies of #21195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21195A

Black with #21195A

Text Example


Text Example

White with #21195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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