Html Css Color HEX #212099 Ultramarine

📋 copy color: '#212099'

red 33 ◦ green 32 ◦ blue 153

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

Shades of Ultramarine #212099

Tints of Ultramarine #212099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 15.14%
G = 14.68%
B = 70.18%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#212099 (or 0x212099) is known color: Ultramarine. HEX triplet: 21, 20 and 99. RGB value is (33,32,153). Sum of RGB (Red+Green+Blue) = 33+32+153=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #212099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212099 is #DEDF66. Grayscale: #2D2D2D. Windows color (decimal): -14606183 or 10035233. OLE color: 10035233.

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

Color convert

RGB 33 32 153 -
CMYK 0.78 0.79 0 0.4
HSL 240.5º 0.65% 0.36% -
HSV(B) 240.5º 0.79% 0.6% -
XYZ 6.89 3.66 30.48 -
YUV 46.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 33 32 153 0.78 0.79 0 0.4 240.5 0.65 0.36
Hex 21 20 99 4E 4F 0 28 F0 41 24
Octal 41 40 231 116 117 0 50 360 101 44
Binary 100001 100000 10011001 1001110 1001111 0 101000 11110000 1000001 100100

Color Harmonies of #212099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212099

Black with #212099

Text Example


Text Example

White with #212099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212099; }

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

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

background-color css

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

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

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

border-color css

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

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

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