#211AA9

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

Shades of Ultramarine #211AA9

Tints of Ultramarine #211AA9

Color information

#211AA9 (or 0x211AA9) is unknown color: approx Ultramarine. HEX triplet: 21, 1A and A9. RGB value is (33,26,169). Sum of RGB (Red+Green+Blue) = 33+26+169=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 169 (66.41% from 255 or 74.12% from 228); Max value from RGB is 169 - color contains mainly: blue. Hex color #211AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211AA9 is #DEE556. Grayscale: #2B2B2B. Windows color (decimal): -14607703 or 11082273. OLE color: 11082273.

HSL color Cylindrical-coordinate representation of color #211AA9: hue angle of 242.94º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211AA9 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3326169-
CMYK0.800.8500.34
HSL242.94º73.33%38.24%-
HSV(B)242.94º84.62%66.27%-
XYZ8.163.9337.86-
YUV44.4198.32119.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 169 (66.41% from 255) = 74.12%
R=14.47%
G=11.40%
B=74.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal33261690.800.8500.34242.9473.3338.24
Hex211AA95055022f34926
Octal413225112012504236311146
Binary1000011101010101001101000010101010100010111100111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,26,169); }

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

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

 a { background-color: rgb(33,26,169); }

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

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

 span { border-color: rgb(33,26,169); }

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