#211E95

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

Shades of Ultramarine #211E95

Tints of Ultramarine #211E95

Color information

#211E95 (or 0x211E95) is unknown color: approx Ultramarine. HEX triplet: 21, 1E and 95. RGB value is (33,30,149). Sum of RGB (Red+Green+Blue) = 33+30+149=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #211E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211E95 is #DEE16A. Grayscale: #2B2B2B. Windows color (decimal): -14606699 or 9772577. OLE color: 9772577.

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

Color convert

RGB3330149-
CMYK0.780.8000.42
HSL241.51º66.48%35.1%-
HSV(B)241.51º79.87%58.43%-
XYZ6.523.4228.75-
YUV44.46186.99119.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 30 (12.11% from 255) = 14.15%
BLUE value IS 149 (58.59% from 255) = 70.28%
R=15.57%
G=14.15%
B=70.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33301490.780.8000.42241.5166.4835.1
Hex211E954E5002Af24223
Octal413622511612005236210243
Binary1000011111010010101100111010100000101010111100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,30,149); }

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

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

 a { background-color: rgb(33,30,149); }

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

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

 span { border-color: rgb(33,30,149); }

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