#161987

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

Shades of Ultramarine #161987

Tints of Ultramarine #161987

Color information

#161987 (or 0x161987) is unknown color: approx Ultramarine. HEX triplet: 16, 19 and 87. RGB value is (22,25,135). Sum of RGB (Red+Green+Blue) = 22+25+135=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 135 (53.12% from 255 or 74.18% from 182); Max value from RGB is 135 - color contains mainly: blue. Hex color #161987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161987 is #E9E678. Grayscale: #242424. Windows color (decimal): -15328889 or 8853782. OLE color: 8853782.

HSL color Cylindrical-coordinate representation of color #161987: hue angle of 238.41º degrees, saturation: 0.72, 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 #161987 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2225135-
CMYK0.840.8100.47
HSL238.41º71.97%30.78%-
HSV(B)238.41º83.7%52.94%-
XYZ5.052.6223.16-
YUV36.64183.51117.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 135 (53.12% from 255) = 74.18%
R=12.09%
G=13.74%
B=74.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22251350.840.8100.47238.4171.9730.78
Hex161987545102Fee481f
Octal263120712412105735611037
Binary10110110011000011110101001010001010111111101110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161987; }

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

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

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

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

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

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

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

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