#211D98

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

Shades of Ultramarine #211D98

Tints of Ultramarine #211D98

Color information

#211D98 (or 0x211D98) is unknown color: approx Ultramarine. HEX triplet: 21, 1D and 98. RGB value is (33,29,152). Sum of RGB (Red+Green+Blue) = 33+29+152=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #211D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211D98 is #DEE267. Grayscale: #2B2B2B. Windows color (decimal): -14606952 or 9968929. OLE color: 9968929.

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

Color convert

RGB3329152-
CMYK0.780.8100.40
HSL241.95º67.96%35.49%-
HSV(B)241.95º80.92%59.61%-
XYZ6.733.4730.02-
YUV44.22188.83120-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.42%
GREEN value IS 29 (11.72% from 255) = 13.55%
BLUE value IS 152 (59.77% from 255) = 71.03%
R=15.42%
G=13.55%
B=71.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33291520.780.8100.40241.9567.9635.49
Hex211D984E51028f24423
Octal413523011612105036210443
Binary1000011110110011000100111010100010101000111100101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,29,152); }

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

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

 a { background-color: rgb(33,29,152); }

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

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

 span { border-color: rgb(33,29,152); }

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