#16158B

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

Shades of Ultramarine #16158B

Tints of Ultramarine #16158B

Color information

#16158B (or 0x16158B) is unknown color: approx Ultramarine. HEX triplet: 16, 15 and 8B. RGB value is (22,21,139). Sum of RGB (Red+Green+Blue) = 22+21+139=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 139 (54.69% from 255 or 76.37% from 182); Max value from RGB is 139 - color contains mainly: blue. Hex color #16158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16158B is #E9EA74. Grayscale: #222222. Windows color (decimal): -15329909 or 9114902. OLE color: 9114902.

HSL color Cylindrical-coordinate representation of color #16158B: hue angle of 240.51º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16158B is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2221139-
CMYK0.840.8500.45
HSL240.51º73.75%31.37%-
HSV(B)240.51º84.89%54.51%-
XYZ5.262.5724.65-
YUV34.75186.83118.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 139 (54.69% from 255) = 76.37%
R=12.09%
G=11.54%
B=76.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22211390.840.8500.45240.5173.7531.37
Hex16158B545502Df14a1f
Octal262521312412505536111237
Binary10110101011000101110101001010101010110111110001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16158B; }

 p { color: rgb(22,21,139); }

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

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

 a { background-color: rgb(22,21,139); }

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

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

 span { border-color: rgb(22,21,139); }

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