#161584

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

Shades of Ultramarine #161584

Tints of Ultramarine #161584

Color information

#161584 (or 0x161584) is unknown color: approx Ultramarine. HEX triplet: 16, 15 and 84. RGB value is (22,21,132). Sum of RGB (Red+Green+Blue) = 22+21+132=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 132 (51.95% from 255 or 75.43% from 175); Max value from RGB is 132 - color contains mainly: blue. Hex color #161584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161584 is #E9EA7B. Grayscale: #212121. Windows color (decimal): -15329916 or 8656150. OLE color: 8656150.

HSL color Cylindrical-coordinate representation of color #161584: hue angle of 240.54º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #161584 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2221132-
CMYK0.830.8400.48
HSL240.54º72.55%30%-
HSV(B)240.54º84.09%51.76%-
XYZ4.762.3722.04-
YUV33.95183.33119.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.57%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 132 (51.95% from 255) = 75.43%
R=12.57%
G=12%
B=75.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22211320.830.8400.48240.5472.5530
Hex1615845354030f1491e
Octal262520412312406036111136
Binary10110101011000010010100111010100011000011110001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161584; }

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

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

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

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

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

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

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

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