#160F95

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

Shades of Ultramarine #160F95

Tints of Ultramarine #160F95

Color information

#160F95 (or 0x160F95) is unknown color: approx Ultramarine. HEX triplet: 16, 0F and 95. RGB value is (22,15,149). Sum of RGB (Red+Green+Blue) = 22+15+149=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #160F95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160F95 is #E9F06A. Grayscale: #1F1F1F. Windows color (decimal): -15331435 or 9768726. OLE color: 9768726.

HSL color Cylindrical-coordinate representation of color #160F95: hue angle of 243.13º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #160F95 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2215149-
CMYK0.850.9000.42
HSL243.13º81.71%32.16%-
HSV(B)243.13º89.93%58.43%-
XYZ5.932.6828.64-
YUV32.37193.82120.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.83%
GREEN value IS 15 (6.25% from 255) = 8.06%
BLUE value IS 149 (58.59% from 255) = 80.11%
R=11.83%
G=8.06%
B=80.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22151490.850.9000.42243.1381.7132.16
Hex16F95555A02Af35220
Octal261722512513205236312240
Binary10110111110010101101010110110100101010111100111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160F95; }

 p { color: rgb(22,15,149); }

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

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

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

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

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

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

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