Html Css Color HEX #212199 Ultramarine

📋 copy color: '#212199'

red 33 ◦ green 33 ◦ blue 153

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

Shades of Ultramarine #212199

Tints of Ultramarine #212199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

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

R = 15.07%
G = 15.07%
B = 69.86%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#212199 (or 0x212199) is known color: Ultramarine. HEX triplet: 21, 21 and 99. RGB value is (33,33,153). Sum of RGB (Red+Green+Blue) = 33+33+153=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #212199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212199 is #DEDE66. Grayscale: #2E2E2E. Windows color (decimal): -14605927 or 10035489. OLE color: 10035489.

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

Color convert

RGB 33 33 153 -
CMYK 0.78 0.78 0 0.4
HSL 240º 0.65% 0.36% -
HSV(B) 240º 0.78% 0.6% -
XYZ 6.92 3.71 30.49 -
YUV 46.68 188 118.24 -
System Red Green Blue C M Y K H S L
Decimal 33 33 153 0.78 0.78 0 0.4 240 0.65 0.36
Hex 21 21 99 4E 4E 0 28 F0 41 24
Octal 41 41 231 116 116 0 50 360 101 44
Binary 100001 100001 10011001 1001110 1001110 0 101000 11110000 1000001 100100

Color Harmonies of #212199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212199

Black with #212199

Text Example


Text Example

White with #212199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212199; }

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

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

background-color css

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

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

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

border-color css

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

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

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