Html Css Color HEX #212191 Ultramarine

📋 copy color: '#212191'

red 33 ◦ green 33 ◦ blue 145

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

Shades of Ultramarine #212191

Tints of Ultramarine #212191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

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

R = 15.64%
G = 15.64%
B = 68.72%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#212191 (or 0x212191) is known color: Ultramarine. HEX triplet: 21, 21 and 91. RGB value is (33,33,145). Sum of RGB (Red+Green+Blue) = 33+33+145=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #212191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212191 is #DEDE6E. Grayscale: #2D2D2D. Windows color (decimal): -14605935 or 9511201. OLE color: 9511201.

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

Color convert

RGB 33 33 145 -
CMYK 0.77 0.77 0 0.43
HSL 240º 0.63% 0.35% -
HSV(B) 240º 0.77% 0.57% -
XYZ 6.28 3.46 27.12 -
YUV 45.77 184 118.89 -
System Red Green Blue C M Y K H S L
Decimal 33 33 145 0.77 0.77 0 0.43 240 0.63 0.35
Hex 21 21 91 4D 4D 0 2B F0 3F 23
Octal 41 41 221 115 115 0 53 360 77 43
Binary 100001 100001 10010001 1001101 1001101 0 101011 11110000 111111 100011

Color Harmonies of #212191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212191

Black with #212191

Text Example


Text Example

White with #212191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212191; }

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

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

background-color css

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

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

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

border-color css

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

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

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