#160D87

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

Shades of Ultramarine #160D87

Tints of Ultramarine #160D87

Color information

#160D87 (or 0x160D87) is unknown color: approx Ultramarine. HEX triplet: 16, 0D and 87. RGB value is (22,13,135). Sum of RGB (Red+Green+Blue) = 22+13+135=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 135 (53.12% from 255 or 79.41% from 170); Max value from RGB is 135 - color contains mainly: blue. Hex color #160D87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160D87 is #E9F278. Grayscale: #1D1D1D. Windows color (decimal): -15331961 or 8850710. OLE color: 8850710.

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

Color convert

RGB2213135-
CMYK0.840.9000.47
HSL244.43º82.43%29.02%-
HSV(B)244.43º90.37%52.94%-
XYZ4.852.2123.09-
YUV29.6187.48122.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 13 (5.47% from 255) = 7.65%
BLUE value IS 135 (53.12% from 255) = 79.41%
R=12.94%
G=7.65%
B=79.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22131350.840.9000.47244.4382.4329.02
Hex16D87545A02Ff4521d
Octal261520712413205736412235
Binary1011011011000011110101001011010010111111110100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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