#211393

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

Shades of Ultramarine #211393

Tints of Ultramarine #211393

Color information

#211393 (or 0x211393) is unknown color: approx Ultramarine. HEX triplet: 21, 13 and 93. RGB value is (33,19,147). Sum of RGB (Red+Green+Blue) = 33+19+147=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #211393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211393 is #DEEC6C. Grayscale: #252525. Windows color (decimal): -14609517 or 9638689. OLE color: 9638689.

HSL color Cylindrical-coordinate representation of color #211393: hue angle of 246.56º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211393 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3319147-
CMYK0.780.8700.42
HSL246.56º77.11%32.55%-
HSV(B)246.56º87.07%57.65%-
XYZ6.132.927.84-
YUV37.78189.64124.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 147 (57.81% from 255) = 73.87%
R=16.58%
G=9.55%
B=73.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33191470.780.8700.42246.5677.1132.55
Hex2113934E5702Af74d21
Octal412322311612705236711541
Binary1000011001110010011100111010101110101010111101111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211393; }

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

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

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

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

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

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

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

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