#211D90

Color #211D90 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #211D90

Tints of Ultramarine #211D90

Color information

#211D90 (or 0x211D90) is unknown color: approx Ultramarine. HEX triplet: 21, 1D and 90. RGB value is (33,29,144). Sum of RGB (Red+Green+Blue) = 33+29+144=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #211D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211D90 is #DEE26F. Grayscale: #2A2A2A. Windows color (decimal): -14606960 or 9444641. OLE color: 9444641.

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

Color convert

RGB3329144-
CMYK0.770.8000.44
HSL242.09º66.47%33.92%-
HSV(B)242.09º79.86%56.47%-
XYZ6.13.2226.68-
YUV43.31184.83120.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 29 (11.72% from 255) = 14.08%
BLUE value IS 144 (56.64% from 255) = 69.90%
R=16.02%
G=14.08%
B=69.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33291440.770.8000.44242.0966.4733.92
Hex211D904D5002Cf24222
Octal413522011512005436210242
Binary1000011110110010000100110110100000101100111100101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211D90; }

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

 H1.HeaderClassName
 {
   color: #211D90;
 }
 .AnyTagClassName
 {
   color: #211D90;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #211D90;
 }
 .BgClassName
 {
   background-color: #211D90;
 }
</style>
border-color css

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

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

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