#160896

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

Shades of Ultramarine #160896

Tints of Ultramarine #160896

Color information

#160896 (or 0x160896) is unknown color: approx Ultramarine. HEX triplet: 16, 08 and 96. RGB value is (22,8,150). Sum of RGB (Red+Green+Blue) = 22+8+150=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 150 (58.98% from 255 or 83.33% from 180); Max value from RGB is 150 - color contains mainly: blue. Hex color #160896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160896 is #E9F769. Grayscale: #1B1B1B. Windows color (decimal): -15333226 or 9832470. OLE color: 9832470.

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

Color convert

RGB228150-
CMYK0.850.9500.41
HSL245.92º89.87%30.98%-
HSV(B)245.92º94.67%58.82%-
XYZ5.922.5529.03-
YUV28.37196.64123.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.22%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 150 (58.98% from 255) = 83.33%
R=12.22%
G=4.44%
B=83.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2281500.850.9500.41245.9289.8730.98
Hex16896555F029f65a1f
Octal261022612513705136613237
Binary1011010001001011010101011011111010100111110110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160896; }

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

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

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

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

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

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

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

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