#160180

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

Shades of Ultramarine #160180

Tints of Ultramarine #160180

Color information

#160180 (or 0x160180) is unknown color: approx Ultramarine. HEX triplet: 16, 01 and 80. RGB value is (22,1,128). Sum of RGB (Red+Green+Blue) = 22+1+128=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 128 (50.39% from 255 or 84.77% from 151); Max value from RGB is 128 - color contains mainly: blue. Hex color #160180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160180 is #E9FE7F. Grayscale: #151515. Windows color (decimal): -15335040 or 8388886. OLE color: 8388886.

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

Color convert

RGB221128-
CMYK0.830.9900.50
HSL249.92º98.45%25.29%-
HSV(B)249.92º99.22%50.2%-
XYZ4.241.7520.54-
YUV21.76187.96128.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 128 (50.39% from 255) = 84.77%
R=14.57%
G=0.66%
B=84.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2211280.830.9900.50249.9298.4525.29
Hex161805363032fa6219
Octal26120012314306237214231
Binary1011011000000010100111100011011001011111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160180; }

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

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

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

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

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

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

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

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