#160A96

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

Shades of Ultramarine #160A96

Tints of Ultramarine #160A96

Color information

#160A96 (or 0x160A96) is unknown color: approx Ultramarine. HEX triplet: 16, 0A and 96. RGB value is (22,10,150). Sum of RGB (Red+Green+Blue) = 22+10+150=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 150 (58.98% from 255 or 82.42% from 182); Max value from RGB is 150 - color contains mainly: blue. Hex color #160A96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160A96 is #E9F569. Grayscale: #1D1D1D. Windows color (decimal): -15332714 or 9832982. OLE color: 9832982.

HSL color Cylindrical-coordinate representation of color #160A96: hue angle of 245.14º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160A96 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2210150-
CMYK0.850.9300.41
HSL245.14º87.5%31.37%-
HSV(B)245.14º93.33%58.82%-
XYZ5.942.5929.04-
YUV29.55195.98122.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 150 (58.98% from 255) = 82.42%
R=12.09%
G=5.49%
B=82.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22101500.850.9300.41245.1487.531.37
Hex16A96555D029f5581f
Octal261222612513505136513037
Binary1011010101001011010101011011101010100111110101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160A96; }

 p { color: rgb(22,10,150); }

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

<style>
 a { background-color: #160A96; }

 a { background-color: rgb(22,10,150); }

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

<style>
 span { border-color: #160A96; }

 span { border-color: rgb(22,10,150); }

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