#22118b

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

Shades of Ultramarine #22118B

Tints of Ultramarine #22118B

Color information

#22118B (or 0x22118B) is unknown color: approx Ultramarine. HEX triplet: 22, 11 and 8B. RGB value is (34,17,139). Sum of RGB (Red+Green+Blue) = 34+17+139=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #22118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22118B is #DDEE74. Grayscale: #232323. Windows color (decimal): -14544501 or 9113890. OLE color: 9113890.

HSL color Cylindrical-coordinate representation of color #22118B: hue angle of 248.36º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #22118B is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3417139-
CMYK0.760.8800.45
HSL248.36º78.21%30.59%-
HSV(B)248.36º87.77%54.51%-
XYZ5.522.6124.64-
YUV35.99186.13126.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 139 (54.69% from 255) = 73.16%
R=17.89%
G=8.95%
B=73.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34171390.760.8800.45248.3678.2130.59
Hex22118B4C5802Df84e1f
Octal422121311413005537011637
Binary100010100011000101110011001011000010110111111000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22118b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22118b; }

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

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

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

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

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

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

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

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