#161699

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

Shades of Ultramarine #161699

Tints of Ultramarine #161699

Color information

#161699 (or 0x161699) is unknown color: approx Ultramarine. HEX triplet: 16, 16 and 99. RGB value is (22,22,153). Sum of RGB (Red+Green+Blue) = 22+22+153=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 153 (60.16% from 255 or 77.66% from 197); Max value from RGB is 153 - color contains mainly: blue. Hex color #161699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161699 is #E9E966. Grayscale: #242424. Windows color (decimal): -15329639 or 10032662. OLE color: 10032662.

HSL color Cylindrical-coordinate representation of color #161699: hue angle of 240º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161699 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2222153-
CMYK0.860.8600.4
HSL240º74.86%34.31%-
HSV(B)240º85.62%60%-
XYZ6.373.0430.39-
YUV36.93193.5117.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 153 (60.16% from 255) = 77.66%
R=11.17%
G=11.17%
B=77.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22221530.860.8600.424074.8634.31
Hex1616995656028f04b22
Octal262623112612605036011342
Binary101101011010011001101011010101100101000111100001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161699; }

 p { color: rgb(22,22,153); }

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

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

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

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

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

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

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