#211C93

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

Shades of Ultramarine #211C93

Tints of Ultramarine #211C93

Color information

#211C93 (or 0x211C93) is unknown color: approx Ultramarine. HEX triplet: 21, 1C and 93. RGB value is (33,28,147). Sum of RGB (Red+Green+Blue) = 33+28+147=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #211C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211C93 is #DEE36C. Grayscale: #2A2A2A. Windows color (decimal): -14607213 or 9640993. OLE color: 9640993.

HSL color Cylindrical-coordinate representation of color #211C93: hue angle of 242.52º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211C93 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3328147-
CMYK0.780.8100.42
HSL242.52º68%34.31%-
HSV(B)242.52º80.95%57.65%-
XYZ6.313.2627.9-
YUV43.06186.66120.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 147 (57.81% from 255) = 70.67%
R=15.87%
G=13.46%
B=70.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33281470.780.8100.42242.526834.31
Hex211C934E5102Af34422
Octal413422311612105236310442
Binary1000011110010010011100111010100010101010111100111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,28,147); }

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

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

 a { background-color: rgb(33,28,147); }

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

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

 span { border-color: rgb(33,28,147); }

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