#160591

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

Shades of Ultramarine #160591

Tints of Ultramarine #160591

Color information

#160591 (or 0x160591) is unknown color: approx Ultramarine. HEX triplet: 16, 05 and 91. RGB value is (22,5,145). Sum of RGB (Red+Green+Blue) = 22+5+145=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 145 (57.03% from 255 or 84.30% from 172); Max value from RGB is 145 - color contains mainly: blue. Hex color #160591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160591 is #E9FA6E. Grayscale: #191919. Windows color (decimal): -15333999 or 9504022. OLE color: 9504022.

HSL color Cylindrical-coordinate representation of color #160591: hue angle of 247.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #160591 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB225145-
CMYK0.850.9700.43
HSL247.29º93.33%29.41%-
HSV(B)247.29º96.55%56.86%-
XYZ5.52.3226.95-
YUV26.04195.13125.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 145 (57.03% from 255) = 84.30%
R=12.79%
G=2.91%
B=84.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2251450.850.9700.43247.2993.3329.41
Hex16591556102Bf75d1d
Octal26522112514105336713535
Binary101101011001000110101011100001010101111110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160591; }

 p { color: rgb(22,5,145); }

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

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

 a { background-color: rgb(22,5,145); }

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

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

 span { border-color: rgb(22,5,145); }

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