#211088

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

Shades of Ultramarine #211088

Tints of Ultramarine #211088

Color information

#211088 (or 0x211088) is unknown color: approx Ultramarine. HEX triplet: 21, 10 and 88. RGB value is (33,16,136). Sum of RGB (Red+Green+Blue) = 33+16+136=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 136 (53.52% from 255 or 73.51% from 185); Max value from RGB is 136 - color contains mainly: blue. Hex color #211088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211088 is #DEEF77. Grayscale: #222222. Windows color (decimal): -14610296 or 8917025. OLE color: 8917025.

HSL color Cylindrical-coordinate representation of color #211088: hue angle of 248.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211088 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3316136-
CMYK0.760.8800.47
HSL248.5º78.95%29.8%-
HSV(B)248.5º88.24%53.33%-
XYZ5.262.4723.49-
YUV34.76185.13126.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 136 (53.52% from 255) = 73.51%
R=17.84%
G=8.65%
B=73.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33161360.760.8800.47248.578.9529.8
Hex2110884C5802Ff84f1e
Octal412021011413005737011736
Binary100001100001000100010011001011000010111111111000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211088; }

 p { color: rgb(33,16,136); }

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

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

 a { background-color: rgb(33,16,136); }

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

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

 span { border-color: rgb(33,16,136); }

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