#22119A

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

Shades of Ultramarine #22119A

Tints of Ultramarine #22119A

Color information

#22119A (or 0x22119A) is unknown color: approx Ultramarine. HEX triplet: 22, 11 and 9A. RGB value is (34,17,154). Sum of RGB (Red+Green+Blue) = 34+17+154=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 154 (60.55% from 255 or 75.12% from 205); Max value from RGB is 154 - color contains mainly: blue. Hex color #22119A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22119A is #DDEE65. Grayscale: #252525. Windows color (decimal): -14544486 or 10096930. OLE color: 10096930.

HSL color Cylindrical-coordinate representation of color #22119A: hue angle of 247.45º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #22119A is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3417154-
CMYK0.780.8900.40
HSL247.45º80.12%33.53%-
HSV(B)247.45º88.96%60.39%-
XYZ6.693.0730.81-
YUV37.7193.63125.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.59%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 154 (60.55% from 255) = 75.12%
R=16.59%
G=8.29%
B=75.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34171540.780.8900.40247.4580.1233.53
Hex22119A4E59028f75022
Octal422123211613105036712042
Binary1000101000110011010100111010110010101000111101111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22119A; }

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

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

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

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

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

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

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

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