#22159A

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

Shades of Ultramarine #22159A

Tints of Ultramarine #22159A

Color information

#22159A (or 0x22159A) is unknown color: approx Ultramarine. HEX triplet: 22, 15 and 9A. RGB value is (34,21,154). Sum of RGB (Red+Green+Blue) = 34+21+154=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #22159A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22159A is #DDEA65. Grayscale: #272727. Windows color (decimal): -14543462 or 10097954. OLE color: 10097954.

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

Color convert

RGB3421154-
CMYK0.780.8600.40
HSL245.86º76%34.31%-
HSV(B)245.86º86.36%60.39%-
XYZ6.763.2130.84-
YUV40.05192.31123.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.27%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 154 (60.55% from 255) = 73.68%
R=16.27%
G=10.05%
B=73.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34211540.780.8600.40245.867634.31
Hex22159A4E56028f64c22
Octal422523211612605036611442
Binary1000101010110011010100111010101100101000111101101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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