#160F87

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

Shades of Ultramarine #160F87

Tints of Ultramarine #160F87

Color information

#160F87 (or 0x160F87) is unknown color: approx Ultramarine. HEX triplet: 16, 0F and 87. RGB value is (22,15,135). Sum of RGB (Red+Green+Blue) = 22+15+135=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 135 (53.12% from 255 or 78.49% from 172); Max value from RGB is 135 - color contains mainly: blue. Hex color #160F87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160F87 is #E9F078. Grayscale: #1E1E1E. Windows color (decimal): -15331449 or 8851222. OLE color: 8851222.

HSL color Cylindrical-coordinate representation of color #160F87: hue angle of 243.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #160F87 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2215135-
CMYK0.840.8900.47
HSL243.5º80%29.41%-
HSV(B)243.5º88.89%52.94%-
XYZ4.872.2623.1-
YUV30.77186.82121.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 15 (6.25% from 255) = 8.72%
BLUE value IS 135 (53.12% from 255) = 78.49%
R=12.79%
G=8.72%
B=78.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22151350.840.8900.47243.58029.41
Hex16F87545902Ff4501d
Octal261720712413105736412035
Binary1011011111000011110101001011001010111111110100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160F87; }

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

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

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

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

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

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

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

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