#22159C

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

Shades of Ultramarine #22159C

Tints of Ultramarine #22159C

Color information

#22159C (or 0x22159C) is unknown color: approx Ultramarine. HEX triplet: 22, 15 and 9C. RGB value is (34,21,156). Sum of RGB (Red+Green+Blue) = 34+21+156=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #22159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22159C is #DDEA63. Grayscale: #272727. Windows color (decimal): -14543460 or 10229026. OLE color: 10229026.

HSL color Cylindrical-coordinate representation of color #22159C: hue angle of 245.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #22159C is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3421156-
CMYK0.780.8700.39
HSL245.78º76.27%34.71%-
HSV(B)245.78º86.54%61.18%-
XYZ6.933.2831.72-
YUV40.28193.31123.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.11%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 156 (61.33% from 255) = 73.93%
R=16.11%
G=9.95%
B=73.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34211560.780.8700.39245.7876.2734.71
Hex22159C4E57027f64c23
Octal422523411612704736611443
Binary1000101010110011100100111010101110100111111101101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22159C; }

 p { color: rgb(34,21,156); }

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

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

 a { background-color: rgb(34,21,156); }

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

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

 span { border-color: rgb(34,21,156); }

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