Html Css Color HEX #211593 Ultramarine

📋 copy color: '#211593'

red 33 ◦ green 21 ◦ blue 147

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

Shades of Ultramarine #211593

Tints of Ultramarine #211593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 73.13%

R = 16.42%
G = 10.45%
B = 73.13%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#211593 (or 0x211593) is known color: Ultramarine. HEX triplet: 21, 15 and 93. RGB value is (33,21,147). Sum of RGB (Red+Green+Blue) = 33+21+147=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #211593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211593 is #DEEA6C. Grayscale: #262626. Windows color (decimal): -14609005 or 9639201. OLE color: 9639201.

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

Color convert

RGB 33 21 147 -
CMYK 0.78 0.86 0 0.42
HSL 245.71º 0.75% 0.33% -
HSV(B) 245.71º 0.86% 0.58% -
XYZ 6.16 2.97 27.85 -
YUV 38.95 188.98 123.75 -
System Red Green Blue C M Y K H S L
Decimal 33 21 147 0.78 0.86 0 0.42 245.71 0.75 0.33
Hex 21 15 93 4E 56 0 2A F6 4B 21
Octal 41 25 223 116 126 0 52 366 113 41
Binary 100001 10101 10010011 1001110 1010110 0 101010 11110110 1001011 100001

Color Harmonies of #211593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211593

Black with #211593

Text Example


Text Example

White with #211593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211593; }

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

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

background-color css

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

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

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

border-color css

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

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

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