#160997

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

Shades of Ultramarine #160997

Tints of Ultramarine #160997

Color information

#160997 (or 0x160997) is unknown color: approx Ultramarine. HEX triplet: 16, 09 and 97. RGB value is (22,9,151). Sum of RGB (Red+Green+Blue) = 22+9+151=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 151 (59.38% from 255 or 82.97% from 182); Max value from RGB is 151 - color contains mainly: blue. Hex color #160997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160997 is #E9F668. Grayscale: #1C1C1C. Windows color (decimal): -15332969 or 9898262. OLE color: 9898262.

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

Color convert

RGB229151-
CMYK0.850.9400.41
HSL245.49º88.75%31.37%-
HSV(B)245.49º94.04%59.22%-
XYZ6.012.629.46-
YUV29.08196.81122.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 151 (59.38% from 255) = 82.97%
R=12.09%
G=4.95%
B=82.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2291510.850.9400.41245.4988.7531.37
Hex16997555E029f5591f
Octal261122712513605136513137
Binary1011010011001011110101011011110010100111110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160997; }

 p { color: rgb(22,9,151); }

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

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

 a { background-color: rgb(22,9,151); }

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

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

 span { border-color: rgb(22,9,151); }

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