#161590

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

Shades of Ultramarine #161590

Tints of Ultramarine #161590

Color information

#161590 (or 0x161590) is unknown color: approx Ultramarine. HEX triplet: 16, 15 and 90. RGB value is (22,21,144). Sum of RGB (Red+Green+Blue) = 22+21+144=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #161590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161590 is #E9EA6F. Grayscale: #222222. Windows color (decimal): -15329904 or 9442582. OLE color: 9442582.

HSL color Cylindrical-coordinate representation of color #161590: hue angle of 240.49º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161590 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2221144-
CMYK0.850.8500.44
HSL240.49º74.55%32.35%-
HSV(B)240.49º85.42%56.47%-
XYZ5.632.7226.61-
YUV35.32189.33118.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 144 (56.64% from 255) = 77.01%
R=11.76%
G=11.23%
B=77.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22211440.850.8500.44240.4974.5532.35
Hex161590555502Cf04b20
Octal262522012512505436011340
Binary101101010110010000101010110101010101100111100001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161590; }

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

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

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

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

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

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

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

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