#161587

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

Shades of Ultramarine #161587

Tints of Ultramarine #161587

Color information

#161587 (or 0x161587) is unknown color: approx Ultramarine. HEX triplet: 16, 15 and 87. RGB value is (22,21,135). Sum of RGB (Red+Green+Blue) = 22+21+135=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 135 (53.12% from 255 or 75.84% from 178); Max value from RGB is 135 - color contains mainly: blue. Hex color #161587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161587 is #E9EA78. Grayscale: #212121. Windows color (decimal): -15329913 or 8852758. OLE color: 8852758.

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

Color convert

RGB2221135-
CMYK0.840.8400.47
HSL240.53º73.08%30.59%-
HSV(B)240.53º84.44%52.94%-
XYZ4.972.4623.13-
YUV34.3184.83119.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 135 (53.12% from 255) = 75.84%
R=12.36%
G=11.80%
B=75.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22211350.840.8400.47240.5373.0830.59
Hex161587545402Ff1491f
Octal262520712412405736111137
Binary10110101011000011110101001010100010111111110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161587; }

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

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

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

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

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

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

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

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