#160177

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

Shades of Ultramarine #160177

Tints of Ultramarine #160177

Color information

#160177 (or 0x160177) is unknown color: approx Ultramarine. HEX triplet: 16, 01 and 77. RGB value is (22,1,119). Sum of RGB (Red+Green+Blue) = 22+1+119=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 119 (46.88% from 255 or 83.80% from 142); Max value from RGB is 119 - color contains mainly: blue. Hex color #160177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160177 is #E9FE88. Grayscale: #141414. Windows color (decimal): -15335049 or 7799062. OLE color: 7799062.

HSL color Cylindrical-coordinate representation of color #160177: hue angle of 250.68º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #160177 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB221119-
CMYK0.820.9900.53
HSL250.68º98.33%23.53%-
HSV(B)250.68º99.16%46.67%-
XYZ3.671.5217.55-
YUV20.73183.46128.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 119 (46.88% from 255) = 83.80%
R=15.49%
G=0.70%
B=83.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2211190.820.9900.53250.6898.3323.53
Hex161775263035fb6218
Octal26116712214306537314230
Binary101101111011110100101100011011010111111011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160177; }

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

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

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

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

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

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

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

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