Html Css Color HEX #211199 Ultramarine

📋 copy color: '#211199'

red 33 ◦ green 17 ◦ blue 153

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

Shades of Ultramarine #211199

Tints of Ultramarine #211199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 153 (60.16% from 255) = 75.37%

R = 16.26%
G = 8.37%
B = 75.37%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#211199 (or 0x211199) is known color: Ultramarine. HEX triplet: 21, 11 and 99. RGB value is (33,17,153). Sum of RGB (Red+Green+Blue) = 33+17+153=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #211199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211199 is #DEEE66. Grayscale: #242424. Windows color (decimal): -14610023 or 10031393. OLE color: 10031393.

HSL color Cylindrical-coordinate representation of color #211199: hue angle of 247.06º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #211199 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 17 153 -
CMYK 0.78 0.89 0 0.4
HSL 247.06º 0.8% 0.33% -
HSV(B) 247.06º 0.89% 0.6% -
XYZ 6.58 3.02 30.37 -
YUV 37.29 193.3 124.94 -
System Red Green Blue C M Y K H S L
Decimal 33 17 153 0.78 0.89 0 0.4 247.06 0.8 0.33
Hex 21 11 99 4E 59 0 28 F7 50 21
Octal 41 21 231 116 131 0 50 367 120 41
Binary 100001 10001 10011001 1001110 1011001 0 101000 11110111 1010000 100001

Color Harmonies of #211199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211199

Black with #211199

Text Example


Text Example

White with #211199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211199; }

 p { color: rgb(33,17,153); }

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

background-color css

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

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

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

border-color css

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

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

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