Html Css Color HEX #211299 Ultramarine

📋 copy color: '#211299'

red 33 ◦ green 18 ◦ blue 153

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

Shades of Ultramarine #211299

Tints of Ultramarine #211299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

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

R = 16.18%
G = 8.82%
B = 75%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#211299 (or 0x211299) is known color: Ultramarine. HEX triplet: 21, 12 and 99. RGB value is (33,18,153). Sum of RGB (Red+Green+Blue) = 33+18+153=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #211299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211299 is #DEED66. Grayscale: #252525. Windows color (decimal): -14609767 or 10031649. OLE color: 10031649.

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

Color convert

RGB 33 18 153 -
CMYK 0.78 0.88 0 0.4
HSL 246.67º 0.79% 0.34% -
HSV(B) 246.67º 0.88% 0.6% -
XYZ 6.59 3.06 30.38 -
YUV 37.88 192.97 124.52 -
System Red Green Blue C M Y K H S L
Decimal 33 18 153 0.78 0.88 0 0.4 246.67 0.79 0.34
Hex 21 12 99 4E 58 0 28 F7 4F 22
Octal 41 22 231 116 130 0 50 367 117 42
Binary 100001 10010 10011001 1001110 1011000 0 101000 11110111 1001111 100010

Color Harmonies of #211299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211299

Black with #211299

Text Example


Text Example

White with #211299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211299; }

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

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

background-color css

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

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

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

border-color css

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

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

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