#160988

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

Shades of Ultramarine #160988

Tints of Ultramarine #160988

Color information

#160988 (or 0x160988) is unknown color: approx Ultramarine. HEX triplet: 16, 09 and 88. RGB value is (22,9,136). Sum of RGB (Red+Green+Blue) = 22+9+136=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 136 (53.52% from 255 or 81.44% from 167); Max value from RGB is 136 - color contains mainly: blue. Hex color #160988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160988 is #E9F677. Grayscale: #1A1A1A. Windows color (decimal): -15332984 or 8915222. OLE color: 8915222.

HSL color Cylindrical-coordinate representation of color #160988: hue angle of 246.14º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160988 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB229136-
CMYK0.840.9300.47
HSL246.14º87.59%28.43%-
HSV(B)246.14º93.38%53.33%-
XYZ4.872.1423.45-
YUV27.36189.31124.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 136 (53.52% from 255) = 81.44%
R=13.17%
G=5.39%
B=81.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2291360.840.9300.47246.1487.5928.43
Hex16988545D02Ff6581c
Octal261121012413505736613034
Binary1011010011000100010101001011101010111111110110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160988; }

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

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

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

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

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

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

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

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