Html Css Color HEX #212299 Ultramarine

📋 copy color: '#212299'

red 33 ◦ green 34 ◦ blue 153

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

Shades of Ultramarine #212299

Tints of Ultramarine #212299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.45%

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

R = 15%
G = 15.45%
B = 69.55%

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

#212299 (or 0x212299) is known color: Ultramarine. HEX triplet: 21, 22 and 99. RGB value is (33,34,153). Sum of RGB (Red+Green+Blue) = 33+34+153=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #212299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212299 is #DEDD66. Grayscale: #2E2E2E. Windows color (decimal): -14605671 or 10035745. OLE color: 10035745.

HSL color Cylindrical-coordinate representation of color #212299: hue angle of 239.5º 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 #212299 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 34 153 -
CMYK 0.78 0.78 0 0.4
HSL 239.5º 0.65% 0.36% -
HSV(B) 239.5º 0.78% 0.6% -
XYZ 6.95 3.77 30.5 -
YUV 47.27 187.67 117.82 -
System Red Green Blue C M Y K H S L
Decimal 33 34 153 0.78 0.78 0 0.4 239.5 0.65 0.36
Hex 21 22 99 4E 4E 0 28 F0 41 24
Octal 41 42 231 116 116 0 50 360 101 44
Binary 100001 100010 10011001 1001110 1001110 0 101000 11110000 1000001 100100

Color Harmonies of #212299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212299

Black with #212299

Text Example


Text Example

White with #212299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212299; }

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

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

background-color css

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

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

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

border-color css

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

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

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