#220599

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

Shades of Ultramarine #220599

Tints of Ultramarine #220599

Color information

#220599 (or 0x220599) is unknown color: approx Ultramarine. HEX triplet: 22, 05 and 99. RGB value is (34,5,153). Sum of RGB (Red+Green+Blue) = 34+5+153=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #220599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220599 is #DDFA66. Grayscale: #1D1D1D. Windows color (decimal): -14547559 or 10028322. OLE color: 10028322.

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

Color convert

RGB345153-
CMYK0.780.9700.4
HSL251.76º93.67%30.98%-
HSV(B)251.76º96.73%60%-
XYZ6.462.7530.33-
YUV30.54197.11130.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.71%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 153 (60.16% from 255) = 79.69%
R=17.71%
G=2.60%
B=79.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3451530.780.9700.4251.7693.6730.98
Hex225994E61028fc5e1f
Octal42523111614105037413637
Binary1000101011001100110011101100001010100011111100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220599; }

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

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

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

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

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

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

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

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