#22159E

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

Shades of Ultramarine #22159E

Tints of Ultramarine #22159E

Color information

#22159E (or 0x22159E) is unknown color: approx Ultramarine. HEX triplet: 22, 15 and 9E. RGB value is (34,21,158). Sum of RGB (Red+Green+Blue) = 34+21+158=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 158 (62.11% from 255 or 74.18% from 213); Max value from RGB is 158 - color contains mainly: blue. Hex color #22159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22159E is #DDEA61. Grayscale: #272727. Windows color (decimal): -14543458 or 10360098. OLE color: 10360098.

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

Color convert

RGB3421158-
CMYK0.780.8700.38
HSL245.69º76.54%35.1%-
HSV(B)245.69º86.71%61.96%-
XYZ7.13.3532.62-
YUV40.51194.31123.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.96%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 158 (62.11% from 255) = 74.18%
R=15.96%
G=9.86%
B=74.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34211580.780.8700.38245.6976.5435.1
Hex22159E4E57026f64d23
Octal422523611612704636611543
Binary1000101010110011110100111010101110100110111101101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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