#221193

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

Shades of Ultramarine #221193

Tints of Ultramarine #221193

Color information

#221193 (or 0x221193) is unknown color: approx Ultramarine. HEX triplet: 22, 11 and 93. RGB value is (34,17,147). Sum of RGB (Red+Green+Blue) = 34+17+147=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #221193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221193 is #DDEE6C. Grayscale: #242424. Windows color (decimal): -14544493 or 9638178. OLE color: 9638178.

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

Color convert

RGB3417147-
CMYK0.770.8800.42
HSL247.85º79.27%32.16%-
HSV(B)247.85º88.44%57.65%-
XYZ6.132.8527.83-
YUV36.9190.13125.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 147 (57.81% from 255) = 74.24%
R=17.17%
G=8.59%
B=74.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34171470.770.8800.42247.8579.2732.16
Hex2211934D5802Af84f20
Octal422122311513005237011740
Binary1000101000110010011100110110110000101010111110001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221193; }

 p { color: rgb(34,17,147); }

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

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

 a { background-color: rgb(34,17,147); }

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

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

 span { border-color: rgb(34,17,147); }

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