Html Css Color HEX #211090 Ultramarine

📋 copy color: '#211090'

red 33 ◦ green 16 ◦ blue 144

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

Shades of Ultramarine #211090

Tints of Ultramarine #211090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.29%

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

R = 17.1%
G = 8.29%
B = 74.61%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#211090 (or 0x211090) is known color: Ultramarine. HEX triplet: 21, 10 and 90. RGB value is (33,16,144). Sum of RGB (Red+Green+Blue) = 33+16+144=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #211090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211090 is #DEEF6F. Grayscale: #232323. Windows color (decimal): -14610288 or 9441313. OLE color: 9441313.

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

Color convert

RGB 33 16 144 -
CMYK 0.77 0.89 0 0.44
HSL 247.97º 0.8% 0.31% -
HSV(B) 247.97º 0.89% 0.56% -
XYZ 5.85 2.71 26.6 -
YUV 35.68 189.13 126.09 -
System Red Green Blue C M Y K H S L
Decimal 33 16 144 0.77 0.89 0 0.44 247.97 0.8 0.31
Hex 21 10 90 4D 59 0 2C F8 50 1F
Octal 41 20 220 115 131 0 54 370 120 37
Binary 100001 10000 10010000 1001101 1011001 0 101100 11111000 1010000 11111

Color Harmonies of #211090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211090

Black with #211090

Text Example


Text Example

White with #211090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211090; }

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

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

background-color css

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

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

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

border-color css

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

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

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