#160F96

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

Shades of Ultramarine #160F96

Tints of Ultramarine #160F96

Color information

#160F96 (or 0x160F96) is unknown color: approx Ultramarine. HEX triplet: 16, 0F and 96. RGB value is (22,15,150). Sum of RGB (Red+Green+Blue) = 22+15+150=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #160F96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160F96 is #E9F069. Grayscale: #1F1F1F. Windows color (decimal): -15331434 or 9834262. OLE color: 9834262.

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

Color convert

RGB2215150-
CMYK0.850.900.41
HSL243.11º81.82%32.35%-
HSV(B)243.11º90%58.82%-
XYZ6.012.7129.06-
YUV32.48194.32120.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 150 (58.98% from 255) = 80.21%
R=11.76%
G=8.02%
B=80.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22151500.850.900.41243.1181.8232.35
Hex16F96555A029f35220
Octal261722612513205136312240
Binary10110111110010110101010110110100101001111100111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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