Html Css Color HEX #211099 Ultramarine

📋 copy color: '#211099'

red 33 ◦ green 16 ◦ blue 153

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

Shades of Ultramarine #211099

Tints of Ultramarine #211099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

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

R = 16.34%
G = 7.92%
B = 75.74%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#211099 (or 0x211099) is known color: Ultramarine. HEX triplet: 21, 10 and 99. RGB value is (33,16,153). Sum of RGB (Red+Green+Blue) = 33+16+153=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 153 (60.16% from 255 or 75.74% from 202); Max value from RGB is 153 - color contains mainly: blue. Hex color #211099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211099 is #DEEF66. Grayscale: #242424. Windows color (decimal): -14610279 or 10031137. OLE color: 10031137.

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

Color convert

RGB 33 16 153 -
CMYK 0.78 0.90 0 0.4
HSL 247.45º 0.81% 0.33% -
HSV(B) 247.45º 0.9% 0.6% -
XYZ 6.56 2.99 30.37 -
YUV 36.7 193.63 125.36 -
System Red Green Blue C M Y K H S L
Decimal 33 16 153 0.78 0.90 0 0.4 247.45 0.81 0.33
Hex 21 10 99 4E 5A 0 28 F7 51 21
Octal 41 20 231 116 132 0 50 367 121 41
Binary 100001 10000 10011001 1001110 1011010 0 101000 11110111 1010001 100001

Color Harmonies of #211099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211099

Black with #211099

Text Example


Text Example

White with #211099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211099; }

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

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

background-color css

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

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

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

border-color css

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

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

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