#16118B

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

Shades of Ultramarine #16118B

Tints of Ultramarine #16118B

Color information

#16118B (or 0x16118B) is unknown color: approx Ultramarine. HEX triplet: 16, 11 and 8B. RGB value is (22,17,139). Sum of RGB (Red+Green+Blue) = 22+17+139=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #16118B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16118B is #E9EE74. Grayscale: #1F1F1F. Windows color (decimal): -15330933 or 9113878. OLE color: 9113878.

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

Color convert

RGB2217139-
CMYK0.840.8800.45
HSL242.46º78.21%30.59%-
HSV(B)242.46º87.77%54.51%-
XYZ5.192.4424.62-
YUV32.4188.16120.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 139 (54.69% from 255) = 78.09%
R=12.36%
G=9.55%
B=78.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22171390.840.8800.45242.4678.2130.59
Hex16118B545802Df24e1f
Octal262121312413005536211637
Binary10110100011000101110101001011000010110111110010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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