Html Css Color HEX #211059 Paua

📋 copy color: '#211059'

red 33 ◦ green 16 ◦ blue 89

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

Shades of Paua #211059

Tints of Paua #211059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

 BLUE value IS 89 (35.16% from 255) = 64.49%

R = 23.91%
G = 11.59%
B = 64.49%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211059 (or 0x211059) is known color: Paua. HEX triplet: 21, 10 and 59. RGB value is (33,16,89). Sum of RGB (Red+Green+Blue) = 33+16+89=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #211059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211059 is #DEEFA6. Grayscale: #1D1D1D. Windows color (decimal): -14610343 or 5836833. OLE color: 5836833.

HSL color Cylindrical-coordinate representation of color #211059: hue angle of 253.97º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211059 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 16 89 -
CMYK 0.63 0.82 0 0.65
HSL 253.97º 0.7% 0.21% -
HSV(B) 253.97º 0.82% 0.35% -
XYZ 2.62 1.42 9.59 -
YUV 29.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 33 16 89 0.63 0.82 0 0.65 253.97 0.7 0.21
Hex 21 10 59 3F 52 0 41 FE 46 15
Octal 41 20 131 77 122 0 101 376 106 25
Binary 100001 10000 1011001 111111 1010010 0 1000001 11111110 1000110 10101

Color Harmonies of #211059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211059

Black with #211059

Text Example


Text Example

White with #211059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211059; }

 p { color: rgb(33,16,89); }

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

background-color css

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

 a { background-color: rgb(33,16,89); }

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

border-color css

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

 span { border-color: rgb(33,16,89); }

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