#161990

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

Shades of Ultramarine #161990

Tints of Ultramarine #161990

Color information

#161990 (or 0x161990) is unknown color: approx Ultramarine. HEX triplet: 16, 19 and 90. RGB value is (22,25,144). Sum of RGB (Red+Green+Blue) = 22+25+144=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 144 (56.64% from 255 or 75.39% from 191); Max value from RGB is 144 - color contains mainly: blue. Hex color #161990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161990 is #E9E66F. Grayscale: #252525. Windows color (decimal): -15328880 or 9443606. OLE color: 9443606.

HSL color Cylindrical-coordinate representation of color #161990: hue angle of 238.52º 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 #161990 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2225144-
CMYK0.850.8300.44
HSL238.52º73.49%32.55%-
HSV(B)238.52º84.72%56.47%-
XYZ5.712.8826.64-
YUV37.67188.01116.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 144 (56.64% from 255) = 75.39%
R=11.52%
G=13.09%
B=75.39%

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
Decimal22251440.850.8300.44238.5273.4932.55
Hex161990555302Cef4921
Octal263122012512305435711141
Binary101101100110010000101010110100110101100111011111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161990; }

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

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

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

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

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

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

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

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