Html Css Color HEX #211790 Ultramarine

📋 copy color: '#211790'

red 33 ◦ green 23 ◦ blue 144

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

Shades of Ultramarine #211790

Tints of Ultramarine #211790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

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

R = 16.5%
G = 11.5%
B = 72%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#211790 (or 0x211790) is known color: Ultramarine. HEX triplet: 21, 17 and 90. RGB value is (33,23,144). Sum of RGB (Red+Green+Blue) = 33+23+144=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 144 (56.64% from 255 or 72% from 200); Max value from RGB is 144 - color contains mainly: blue. Hex color #211790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211790 is #DEE86F. Grayscale: #272727. Windows color (decimal): -14608496 or 9443105. OLE color: 9443105.

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

Color convert

RGB 33 23 144 -
CMYK 0.77 0.84 0 0.44
HSL 244.96º 0.72% 0.33% -
HSV(B) 244.96º 0.84% 0.56% -
XYZ 5.97 2.95 26.64 -
YUV 39.78 186.81 123.16 -
System Red Green Blue C M Y K H S L
Decimal 33 23 144 0.77 0.84 0 0.44 244.96 0.72 0.33
Hex 21 17 90 4D 54 0 2C F5 48 21
Octal 41 27 220 115 124 0 54 365 110 41
Binary 100001 10111 10010000 1001101 1010100 0 101100 11110101 1001000 100001

Color Harmonies of #211790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211790

Black with #211790

Text Example


Text Example

White with #211790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211790; }

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

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

background-color css

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

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

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

border-color css

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

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

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