#160580

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

Shades of Ultramarine #160580

Tints of Ultramarine #160580

Color information

#160580 (or 0x160580) is unknown color: approx Ultramarine. HEX triplet: 16, 05 and 80. RGB value is (22,5,128). Sum of RGB (Red+Green+Blue) = 22+5+128=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 128 (50.39% from 255 or 82.58% from 155); Max value from RGB is 128 - color contains mainly: blue. Hex color #160580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160580 is #E9FA7F. Grayscale: #171717. Windows color (decimal): -15334016 or 8389910. OLE color: 8389910.

HSL color Cylindrical-coordinate representation of color #160580: hue angle of 248.29º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160580 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB225128-
CMYK0.830.9600.50
HSL248.29º92.48%26.08%-
HSV(B)248.29º96.09%50.2%-
XYZ4.281.8420.55-
YUV24.1186.63126.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 128 (50.39% from 255) = 82.58%
R=14.19%
G=3.23%
B=82.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2251280.830.9600.50248.2992.4826.08
Hex165805360032f85c1a
Octal26520012314006237013432
Binary101101011000000010100111100000011001011111000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160580; }

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

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

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

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

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

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

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

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