#161A87

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

Shades of Ultramarine #161A87

Tints of Ultramarine #161A87

Color information

#161A87 (or 0x161A87) is unknown color: approx Ultramarine. HEX triplet: 16, 1A and 87. RGB value is (22,26,135). Sum of RGB (Red+Green+Blue) = 22+26+135=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 135 (53.12% from 255 or 73.77% from 183); Max value from RGB is 135 - color contains mainly: blue. Hex color #161A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161A87 is #E9E578. Grayscale: #242424. Windows color (decimal): -15328633 or 8854038. OLE color: 8854038.

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

Color convert

RGB2226135-
CMYK0.840.8100.47
HSL237.88º71.97%30.78%-
HSV(B)237.88º83.7%52.94%-
XYZ5.072.6623.17-
YUV37.23183.17117.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.02%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 135 (53.12% from 255) = 73.77%
R=12.02%
G=14.21%
B=73.77%

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
Decimal22261350.840.8100.47237.8871.9730.78
Hex161A87545102Fee481f
Octal263220712412105735611037
Binary10110110101000011110101001010001010111111101110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161A87; }

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

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

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

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

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

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

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

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