#161994

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

Shades of Ultramarine #161994

Tints of Ultramarine #161994

Color information

#161994 (or 0x161994) is unknown color: approx Ultramarine. HEX triplet: 16, 19 and 94. RGB value is (22,25,148). Sum of RGB (Red+Green+Blue) = 22+25+148=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 148 (58.20% from 255 or 75.90% from 195); Max value from RGB is 148 - color contains mainly: blue. Hex color #161994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161994 is #E9E66B. Grayscale: #252525. Windows color (decimal): -15328876 or 9705750. OLE color: 9705750.

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

Color convert

RGB2225148-
CMYK0.850.8300.42
HSL238.57º74.12%33.33%-
HSV(B)238.57º85.14%58.04%-
XYZ6.02328.28-
YUV38.12190.01116.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 148 (58.20% from 255) = 75.90%
R=11.28%
G=12.82%
B=75.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22251480.850.8300.42238.5774.1233.33
Hex161994555302Aef4a21
Octal263122412512305235711241
Binary101101100110010100101010110100110101010111011111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161994; }

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

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

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

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

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

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

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

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