#161599

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

Shades of Ultramarine #161599

Tints of Ultramarine #161599

Color information

#161599 (or 0x161599) is unknown color: approx Ultramarine. HEX triplet: 16, 15 and 99. RGB value is (22,21,153). Sum of RGB (Red+Green+Blue) = 22+21+153=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #161599 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161599 is #E9EA66. Grayscale: #232323. Windows color (decimal): -15329895 or 10032406. OLE color: 10032406.

HSL color Cylindrical-coordinate representation of color #161599: hue angle of 240.45º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161599 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2221153-
CMYK0.860.8600.4
HSL240.45º75.86%34.12%-
HSV(B)240.45º86.27%60%-
XYZ6.353.0130.38-
YUV36.35193.83117.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.22%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 153 (60.16% from 255) = 78.06%
R=11.22%
G=10.71%
B=78.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22211530.860.8600.4240.4575.8634.12
Hex1615995656028f04c22
Octal262523112612605036011442
Binary101101010110011001101011010101100101000111100001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161599; }

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

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

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

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

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

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

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

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