Html Css Color HEX #211993 Ultramarine

📋 copy color: '#211993'

red 33 ◦ green 25 ◦ blue 147

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

Shades of Ultramarine #211993

Tints of Ultramarine #211993

RGB

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

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

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

R = 16.1%
G = 12.2%
B = 71.71%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#211993 (or 0x211993) is known color: Ultramarine. HEX triplet: 21, 19 and 93. RGB value is (33,25,147). Sum of RGB (Red+Green+Blue) = 33+25+147=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #211993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211993 is #DEE66C. Grayscale: #282828. Windows color (decimal): -14607981 or 9640225. OLE color: 9640225.

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

Color convert

RGB 33 25 147 -
CMYK 0.78 0.83 0 0.42
HSL 243.93º 0.71% 0.34% -
HSV(B) 243.93º 0.83% 0.58% -
XYZ 6.24 3.13 27.88 -
YUV 41.3 187.65 122.08 -
System Red Green Blue C M Y K H S L
Decimal 33 25 147 0.78 0.83 0 0.42 243.93 0.71 0.34
Hex 21 19 93 4E 53 0 2A F4 47 22
Octal 41 31 223 116 123 0 52 364 107 42
Binary 100001 11001 10010011 1001110 1010011 0 101010 11110100 1000111 100010

Color Harmonies of #211993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211993

Black with #211993

Text Example


Text Example

White with #211993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211993; }

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

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

background-color css

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

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

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

border-color css

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

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

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