#161799

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

Shades of Ultramarine #161799

Tints of Ultramarine #161799

Color information

#161799 (or 0x161799) is unknown color: approx Ultramarine. HEX triplet: 16, 17 and 99. RGB value is (22,23,153). Sum of RGB (Red+Green+Blue) = 22+23+153=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 153 (60.16% from 255 or 77.27% from 198); Max value from RGB is 153 - color contains mainly: blue. Hex color #161799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161799 is #E9E866. Grayscale: #252525. Windows color (decimal): -15329383 or 10032918. OLE color: 10032918.

HSL color Cylindrical-coordinate representation of color #161799: hue angle of 239.54º degrees, saturation: 0.75, 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 #161799 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2223153-
CMYK0.860.8500.4
HSL239.54º74.86%34.31%-
HSV(B)239.54º85.62%60%-
XYZ6.393.0830.4-
YUV37.52193.17116.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.11%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 153 (60.16% from 255) = 77.27%
R=11.11%
G=11.62%
B=77.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22231530.860.8500.4239.5474.8634.31
Hex1617995655028f04b22
Octal262723112612505036011342
Binary101101011110011001101011010101010101000111100001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161799; }

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

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

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

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

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

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

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

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