Html Css Color HEX #212090 Ultramarine

📋 copy color: '#212090'

red 33 ◦ green 32 ◦ blue 144

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

Shades of Ultramarine #212090

Tints of Ultramarine #212090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 68.9%

R = 15.79%
G = 15.31%
B = 68.9%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#212090 (or 0x212090) is known color: Ultramarine. HEX triplet: 21, 20 and 90. RGB value is (33,32,144). Sum of RGB (Red+Green+Blue) = 33+32+144=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #212090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212090 is #DEDF6F. Grayscale: #2C2C2C. Windows color (decimal): -14606192 or 9445409. OLE color: 9445409.

HSL color Cylindrical-coordinate representation of color #212090: hue angle of 240.54º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212090 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 32 144 -
CMYK 0.77 0.78 0 0.44
HSL 240.54º 0.64% 0.35% -
HSV(B) 240.54º 0.78% 0.56% -
XYZ 6.18 3.37 26.71 -
YUV 45.07 183.83 119.39 -
System Red Green Blue C M Y K H S L
Decimal 33 32 144 0.77 0.78 0 0.44 240.54 0.64 0.35
Hex 21 20 90 4D 4E 0 2C F1 40 23
Octal 41 40 220 115 116 0 54 361 100 43
Binary 100001 100000 10010000 1001101 1001110 0 101100 11110001 1000000 100011

Color Harmonies of #212090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212090

Black with #212090

Text Example


Text Example

White with #212090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212090; }

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

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

background-color css

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

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

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

border-color css

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

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

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