#211F93

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

Shades of Ultramarine #211F93

Tints of Ultramarine #211F93

Color information

#211F93 (or 0x211F93) is unknown color: approx Ultramarine. HEX triplet: 21, 1F and 93. RGB value is (33,31,147). Sum of RGB (Red+Green+Blue) = 33+31+147=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #211F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211F93 is #DEE06C. Grayscale: #2C2C2C. Windows color (decimal): -14606445 or 9641761. OLE color: 9641761.

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

Color convert

RGB3331147-
CMYK0.780.7900.42
HSL241.03º65.17%34.9%-
HSV(B)241.03º78.91%57.65%-
XYZ6.383.4127.93-
YUV44.82185.66119.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 31 (12.5% from 255) = 14.69%
BLUE value IS 147 (57.81% from 255) = 69.67%
R=15.64%
G=14.69%
B=69.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33311470.780.7900.42241.0365.1734.9
Hex211F934E4F02Af14123
Octal413722311611705236110143
Binary1000011111110010011100111010011110101010111100011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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