#211095

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

Shades of Ultramarine #211095

Tints of Ultramarine #211095

Color information

#211095 (or 0x211095) is unknown color: approx Ultramarine. HEX triplet: 21, 10 and 95. RGB value is (33,16,149). Sum of RGB (Red+Green+Blue) = 33+16+149=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #211095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211095 is #DEEF6A. Grayscale: #232323. Windows color (decimal): -14610283 or 9768993. OLE color: 9768993.

HSL color Cylindrical-coordinate representation of color #211095: hue angle of 247.67º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #211095 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3316149-
CMYK0.780.8900.42
HSL247.67º80.61%32.35%-
HSV(B)247.67º89.26%58.43%-
XYZ6.242.8628.66-
YUV36.25191.63125.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 149 (58.59% from 255) = 75.25%
R=16.67%
G=8.08%
B=75.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33161490.780.8900.42247.6780.6132.35
Hex2110954E5902Af85120
Octal412022511613105237012140
Binary1000011000010010101100111010110010101010111110001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211095; }

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

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

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

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

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

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

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

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