Html Css Color HEX #211793 Ultramarine

📋 copy color: '#211793'

red 33 ◦ green 23 ◦ blue 147

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

Shades of Ultramarine #211793

Tints of Ultramarine #211793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.33%

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

R = 16.26%
G = 11.33%
B = 72.41%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#211793 (or 0x211793) is known color: Ultramarine. HEX triplet: 21, 17 and 93. RGB value is (33,23,147). Sum of RGB (Red+Green+Blue) = 33+23+147=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #211793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211793 is #DEE86C. Grayscale: #272727. Windows color (decimal): -14608493 or 9639713. OLE color: 9639713.

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

Color convert

RGB 33 23 147 -
CMYK 0.78 0.84 0 0.42
HSL 244.84º 0.73% 0.33% -
HSV(B) 244.84º 0.84% 0.58% -
XYZ 6.2 3.04 27.86 -
YUV 40.13 188.31 122.92 -
System Red Green Blue C M Y K H S L
Decimal 33 23 147 0.78 0.84 0 0.42 244.84 0.73 0.33
Hex 21 17 93 4E 54 0 2A F5 49 21
Octal 41 27 223 116 124 0 52 365 111 41
Binary 100001 10111 10010011 1001110 1010100 0 101010 11110101 1001001 100001

Color Harmonies of #211793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211793

Black with #211793

Text Example


Text Example

White with #211793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211793; }

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

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

background-color css

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

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

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

border-color css

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

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

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