#161887

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

Shades of Ultramarine #161887

Tints of Ultramarine #161887

Color information

#161887 (or 0x161887) is unknown color: approx Ultramarine. HEX triplet: 16, 18 and 87. RGB value is (22,24,135). Sum of RGB (Red+Green+Blue) = 22+24+135=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 135 (53.12% from 255 or 74.59% from 181); Max value from RGB is 135 - color contains mainly: blue. Hex color #161887 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161887 is #E9E778. Grayscale: #232323. Windows color (decimal): -15329145 or 8853526. OLE color: 8853526.

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

Color convert

RGB2224135-
CMYK0.840.8200.47
HSL238.94º71.97%30.78%-
HSV(B)238.94º83.7%52.94%-
XYZ5.032.5723.15-
YUV36.06183.84117.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.15%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 135 (53.12% from 255) = 74.59%
R=12.15%
G=13.26%
B=74.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22241350.840.8200.47238.9471.9730.78
Hex161887545202Fef481f
Octal263020712412205735711037
Binary10110110001000011110101001010010010111111101111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161887; }

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

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

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

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

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

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

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

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