#211195

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

Shades of Ultramarine #211195

Tints of Ultramarine #211195

Color information

#211195 (or 0x211195) is unknown color: approx Ultramarine. HEX triplet: 21, 11 and 95. RGB value is (33,17,149). Sum of RGB (Red+Green+Blue) = 33+17+149=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #211195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211195 is #DEEE6A. Grayscale: #242424. Windows color (decimal): -14610027 or 9769249. OLE color: 9769249.

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

Color convert

RGB3317149-
CMYK0.780.8900.42
HSL247.27º79.52%32.55%-
HSV(B)247.27º88.59%58.43%-
XYZ6.252.8928.66-
YUV36.83191.3125.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 149 (58.59% from 255) = 74.87%
R=16.58%
G=8.54%
B=74.87%

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
Decimal33171490.780.8900.42247.2779.5232.55
Hex2111954E5902Af75021
Octal412122511613105236712041
Binary1000011000110010101100111010110010101010111101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211195; }

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

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

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

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

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

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

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

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