#220099

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

Shades of Ultramarine #220099

Tints of Ultramarine #220099

Color information

#220099 (or 0x220099) is unknown color: approx Ultramarine. HEX triplet: 22, 00 and 99. RGB value is (34,0,153). Sum of RGB (Red+Green+Blue) = 34+0+153=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #220099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220099 is #DDFF66. Grayscale: #1B1B1B. Windows color (decimal): -14548839 or 10027042. OLE color: 10027042.

HSL color Cylindrical-coordinate representation of color #220099: hue angle of 253.33º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220099 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB340153-
CMYK0.78100.4
HSL253.33º100%30%-
HSV(B)253.33º100%60%-
XYZ6.412.6430.31-
YUV27.61198.76132.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 81.82%
R=18.18%
G=0%
B=81.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3401530.78100.4253.3310030
Hex220994E64028fd641e
Octal42023111614405037514436
Binary10001001001100110011101100100010100011111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220099; }

 p { color: rgb(34,0,153); }

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

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

 a { background-color: rgb(34,0,153); }

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

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

 span { border-color: rgb(34,0,153); }

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