#161593

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

Shades of Ultramarine #161593

Tints of Ultramarine #161593

Color information

#161593 (or 0x161593) is unknown color: approx Ultramarine. HEX triplet: 16, 15 and 93. RGB value is (22,21,147). Sum of RGB (Red+Green+Blue) = 22+21+147=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #161593 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161593 is #E9EA6C. Grayscale: #232323. Windows color (decimal): -15329901 or 9639190. OLE color: 9639190.

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

Color convert

RGB2221147-
CMYK0.850.8600.42
HSL240.48º75%32.94%-
HSV(B)240.48º85.71%57.65%-
XYZ5.872.8127.84-
YUV35.66190.83118.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 147 (57.81% from 255) = 77.37%
R=11.58%
G=11.05%
B=77.37%

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
Decimal22211470.850.8600.42240.487532.94
Hex161593555602Af04b21
Octal262522312512605236011341
Binary101101010110010011101010110101100101010111100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161593; }

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

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

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

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

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

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

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

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