#161197

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

Shades of Ultramarine #161197

Tints of Ultramarine #161197

Color information

#161197 (or 0x161197) is unknown color: approx Ultramarine. HEX triplet: 16, 11 and 97. RGB value is (22,17,151). Sum of RGB (Red+Green+Blue) = 22+17+151=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 151 (59.38% from 255 or 79.47% from 190); Max value from RGB is 151 - color contains mainly: blue. Hex color #161197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161197 is #E9EE68. Grayscale: #212121. Windows color (decimal): -15330921 or 9900310. OLE color: 9900310.

HSL color Cylindrical-coordinate representation of color #161197: hue angle of 242.24º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #161197 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2217151-
CMYK0.850.8900.41
HSL242.24º79.76%32.94%-
HSV(B)242.24º88.74%59.22%-
XYZ6.122.8129.5-
YUV33.77194.16119.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 151 (59.38% from 255) = 79.47%
R=11.58%
G=8.95%
B=79.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22171510.850.8900.41242.2479.7632.94
Hex1611975559029f25021
Octal262122712513105136212041
Binary101101000110010111101010110110010101001111100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161197; }

 p { color: rgb(22,17,151); }

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

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

 a { background-color: rgb(22,17,151); }

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

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

 span { border-color: rgb(22,17,151); }

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