#161F99

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

Shades of Ultramarine #161F99

Tints of Ultramarine #161F99

Color information

#161F99 (or 0x161F99) is unknown color: approx Ultramarine. HEX triplet: 16, 1F and 99. RGB value is (22,31,153). Sum of RGB (Red+Green+Blue) = 22+31+153=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #161F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161F99 is #E9E066. Grayscale: #292929. Windows color (decimal): -15327335 or 10034966. OLE color: 10034966.

HSL color Cylindrical-coordinate representation of color #161F99: hue angle of 235.88º 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 #161F99 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2231153-
CMYK0.860.8000.4
HSL235.88º74.86%34.31%-
HSV(B)235.88º85.62%60%-
XYZ6.573.4530.46-
YUV42.22190.52113.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 153 (60.16% from 255) = 74.27%
R=10.68%
G=15.05%
B=74.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22311530.860.8000.4235.8874.8634.31
Hex161F995650028ec4b22
Octal263723112612005035411342
Binary101101111110011001101011010100000101000111011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161F99; }

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

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

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

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

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

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

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

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