#220089

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

Shades of Ultramarine #220089

Tints of Ultramarine #220089

Color information

#220089 (or 0x220089) is unknown color: approx Ultramarine. HEX triplet: 22, 00 and 89. RGB value is (34,0,137). Sum of RGB (Red+Green+Blue) = 34+0+137=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 137 (53.91% from 255 or 80.12% from 171); Max value from RGB is 137 - color contains mainly: blue. Hex color #220089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220089 is #DDFF76. Grayscale: #191919. Windows color (decimal): -14548855 or 8978466. OLE color: 8978466.

HSL color Cylindrical-coordinate representation of color #220089: hue angle of 254.89º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220089 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB340137-
CMYK0.75100.46
HSL254.89º100%26.86%-
HSV(B)254.89º100%53.73%-
XYZ5.182.1523.81-
YUV25.78190.76133.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 137 (53.91% from 255) = 80.12%
R=19.88%
G=0%
B=80.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3401370.75100.46254.8910026.86
Hex220894B6402Eff641b
Octal42021111314405637714433
Binary10001001000100110010111100100010111011111111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220089; }

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

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

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

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

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

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

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

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