#161785

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

Shades of Ultramarine #161785

Tints of Ultramarine #161785

Color information

#161785 (or 0x161785) is unknown color: approx Ultramarine. HEX triplet: 16, 17 and 85. RGB value is (22,23,133). Sum of RGB (Red+Green+Blue) = 22+23+133=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 133 (52.34% from 255 or 74.72% from 178); Max value from RGB is 133 - color contains mainly: blue. Hex color #161785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161785 is #E9E87A. Grayscale: #222222. Windows color (decimal): -15329403 or 8722198. OLE color: 8722198.

HSL color Cylindrical-coordinate representation of color #161785: hue angle of 239.46º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #161785 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2223133-
CMYK0.830.8300.48
HSL239.46º71.61%30.39%-
HSV(B)239.46º83.46%52.16%-
XYZ4.872.4822.41-
YUV35.24183.17118.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 23 (9.38% from 255) = 12.92%
BLUE value IS 133 (52.34% from 255) = 74.72%
R=12.36%
G=12.92%
B=74.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22231330.830.8300.48239.4671.6130.39
Hex1617855353030ef481e
Octal262720512312306035711036
Binary10110101111000010110100111010011011000011101111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161785; }

 p { color: rgb(22,23,133); }

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

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

 a { background-color: rgb(22,23,133); }

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

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

 span { border-color: rgb(22,23,133); }

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