Html Css Color HEX #211591 Ultramarine

📋 copy color: '#211591'

red 33 ◦ green 21 ◦ blue 145

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

Shades of Ultramarine #211591

Tints of Ultramarine #211591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

 BLUE value IS 145 (57.03% from 255) = 72.86%

R = 16.58%
G = 10.55%
B = 72.86%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#211591 (or 0x211591) is known color: Ultramarine. HEX triplet: 21, 15 and 91. RGB value is (33,21,145). Sum of RGB (Red+Green+Blue) = 33+21+145=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #211591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211591 is #DEEA6E. Grayscale: #262626. Windows color (decimal): -14609007 or 9508129. OLE color: 9508129.

HSL color Cylindrical-coordinate representation of color #211591: hue angle of 245.81º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211591 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 21 145 -
CMYK 0.77 0.86 0 0.43
HSL 245.81º 0.75% 0.33% -
HSV(B) 245.81º 0.86% 0.57% -
XYZ 6.01 2.9 27.03 -
YUV 38.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 33 21 145 0.77 0.86 0 0.43 245.81 0.75 0.33
Hex 21 15 91 4D 56 0 2B F6 4B 21
Octal 41 25 221 115 126 0 53 366 113 41
Binary 100001 10101 10010001 1001101 1010110 0 101011 11110110 1001011 100001

Color Harmonies of #211591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211591

Black with #211591

Text Example


Text Example

White with #211591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211591; }

 p { color: rgb(33,21,145); }

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

background-color css

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

 a { background-color: rgb(33,21,145); }

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

border-color css

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

 span { border-color: rgb(33,21,145); }

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