#161494

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

Shades of Ultramarine #161494

Tints of Ultramarine #161494

Color information

#161494 (or 0x161494) is unknown color: approx Ultramarine. HEX triplet: 16, 14 and 94. RGB value is (22,20,148). Sum of RGB (Red+Green+Blue) = 22+20+148=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #161494 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161494 is #E9EB6B. Grayscale: #222222. Windows color (decimal): -15330156 or 9704470. OLE color: 9704470.

HSL color Cylindrical-coordinate representation of color #161494: hue angle of 240.94º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161494 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2220148-
CMYK0.850.8600.42
HSL240.94º76.19%32.94%-
HSV(B)240.94º86.49%58.04%-
XYZ5.932.8128.25-
YUV35.19191.66118.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 148 (58.20% from 255) = 77.89%
R=11.58%
G=10.53%
B=77.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22201480.850.8600.42240.9476.1932.94
Hex161494555602Af14c21
Octal262422412512605236111441
Binary101101010010010100101010110101100101010111100011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161494; }

 p { color: rgb(22,20,148); }

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

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

 a { background-color: rgb(22,20,148); }

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

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

 span { border-color: rgb(22,20,148); }

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