#160b9b

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

Shades of Ultramarine #160B9B

Tints of Ultramarine #160B9B

Color information

#160B9B (or 0x160B9B) is unknown color: approx Ultramarine. HEX triplet: 16, 0B and 9B. RGB value is (22,11,155). Sum of RGB (Red+Green+Blue) = 22+11+155=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 155 (60.94% from 255 or 82.45% from 188); Max value from RGB is 155 - color contains mainly: blue. Hex color #160B9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160B9B is #E9F464. Grayscale: #1E1E1E. Windows color (decimal): -15332453 or 10160918. OLE color: 10160918.

HSL color Cylindrical-coordinate representation of color #160B9B: hue angle of 244.58º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160B9B is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2211155-
CMYK0.860.9300.39
HSL244.58º86.75%32.55%-
HSV(B)244.58º92.9%60.78%-
XYZ6.372.7831.21-
YUV30.7198.14121.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 11 (4.69% from 255) = 5.85%
BLUE value IS 155 (60.94% from 255) = 82.45%
R=11.70%
G=5.85%
B=82.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22111550.860.9300.39244.5886.7532.55
Hex16B9B565D027f55721
Octal261323312613504736512741
Binary10110101110011011101011010111010100111111101011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,11,155); }

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

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

 a { background-color: rgb(22,11,155); }

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

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

 span { border-color: rgb(22,11,155); }

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