#160799

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

Shades of Ultramarine #160799

Tints of Ultramarine #160799

Color information

#160799 (or 0x160799) is unknown color: approx Ultramarine. HEX triplet: 16, 07 and 99. RGB value is (22,7,153). Sum of RGB (Red+Green+Blue) = 22+7+153=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 153 (60.16% from 255 or 84.07% from 182); Max value from RGB is 153 - color contains mainly: blue. Hex color #160799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160799 is #E9F866. Grayscale: #1B1B1B. Windows color (decimal): -15333479 or 10028822. OLE color: 10028822.

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

Color convert

RGB227153-
CMYK0.860.9500.4
HSL246.16º91.25%31.37%-
HSV(B)246.16º95.42%60%-
XYZ6.162.6230.32-
YUV28.13198.47123.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 7 (3.12% from 255) = 3.85%
BLUE value IS 153 (60.16% from 255) = 84.07%
R=12.09%
G=3.85%
B=84.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2271530.860.9500.4246.1691.2531.37
Hex16799565F028f65b1f
Octal26723112613705036613337
Binary101101111001100110101101011111010100011110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160799; }

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

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

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

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

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

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

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

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