#161890

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

Shades of Ultramarine #161890

Tints of Ultramarine #161890

Color information

#161890 (or 0x161890) is unknown color: approx Ultramarine. HEX triplet: 16, 18 and 90. RGB value is (22,24,144). Sum of RGB (Red+Green+Blue) = 22+24+144=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #161890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161890 is #E9E76F. Grayscale: #242424. Windows color (decimal): -15329136 or 9443350. OLE color: 9443350.

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

Color convert

RGB2224144-
CMYK0.850.8300.44
HSL239.02º73.49%32.55%-
HSV(B)239.02º84.72%56.47%-
XYZ5.692.8426.63-
YUV37.08188.34117.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 144 (56.64% from 255) = 75.79%
R=11.58%
G=12.63%
B=75.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22241440.850.8300.44239.0273.4932.55
Hex161890555302Cef4921
Octal263022012512305435711141
Binary101101100010010000101010110100110101100111011111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161890; }

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

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

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

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

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

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

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

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