#211886

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

Shades of Ultramarine #211886

Tints of Ultramarine #211886

Color information

#211886 (or 0x211886) is unknown color: approx Ultramarine. HEX triplet: 21, 18 and 86. RGB value is (33,24,134). Sum of RGB (Red+Green+Blue) = 33+24+134=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #211886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211886 is #DEE779. Grayscale: #262626. Windows color (decimal): -14608250 or 8788001. OLE color: 8788001.

HSL color Cylindrical-coordinate representation of color #211886: hue angle of 244.91º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211886 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3324134-
CMYK0.750.8200.47
HSL244.91º69.62%30.98%-
HSV(B)244.91º82.09%52.55%-
XYZ5.262.722.8-
YUV39.23181.48123.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 134 (52.73% from 255) = 70.16%
R=17.28%
G=12.57%
B=70.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33241340.750.8200.47244.9169.6230.98
Hex2118864B5202Ff5461f
Octal413020611312205736510637
Binary100001110001000011010010111010010010111111110101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211886; }

 p { color: rgb(33,24,134); }

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

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

 a { background-color: rgb(33,24,134); }

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

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

 span { border-color: rgb(33,24,134); }

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