#160987

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

Shades of Ultramarine #160987

Tints of Ultramarine #160987

Color information

#160987 (or 0x160987) is unknown color: approx Ultramarine. HEX triplet: 16, 09 and 87. RGB value is (22,9,135). Sum of RGB (Red+Green+Blue) = 22+9+135=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 135 (53.12% from 255 or 81.33% from 166); Max value from RGB is 135 - color contains mainly: blue. Hex color #160987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160987 is #E9F678. Grayscale: #1A1A1A. Windows color (decimal): -15332985 or 8849686. OLE color: 8849686.

HSL color Cylindrical-coordinate representation of color #160987: hue angle of 246.19º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160987 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB229135-
CMYK0.840.9300.47
HSL246.19º87.5%28.24%-
HSV(B)246.19º93.33%52.94%-
XYZ4.82.1223.08-
YUV27.25188.81124.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 135 (53.12% from 255) = 81.33%
R=13.25%
G=5.42%
B=81.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2291350.840.9300.47246.1987.528.24
Hex16987545D02Ff6581c
Octal261120712413505736613034
Binary1011010011000011110101001011101010111111110110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160987; }

 p { color: rgb(22,9,135); }

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

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

 a { background-color: rgb(22,9,135); }

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

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

 span { border-color: rgb(22,9,135); }

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