#111396

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

Shades of Ultramarine #111396

Tints of Ultramarine #111396

Color information

#111396 (or 0x111396) is unknown color: approx Ultramarine. HEX triplet: 11, 13 and 96. RGB value is (17,19,150). Sum of RGB (Red+Green+Blue) = 17+19+150=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 150 (58.98% from 255 or 80.65% from 186); Max value from RGB is 150 - color contains mainly: blue. Hex color #111396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111396 is #EEEC69. Grayscale: #202020. Windows color (decimal): -15658090 or 9835281. OLE color: 9835281.

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

Color convert

RGB1719150-
CMYK0.890.8700.41
HSL239.1º79.64%32.75%-
HSV(B)239.1º88.67%58.82%-
XYZ5.972.7929.08-
YUV33.34193.84116.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 150 (58.98% from 255) = 80.65%
R=9.14%
G=10.22%
B=80.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17191500.890.8700.41239.179.6432.75
Hex1113965957029ef5021
Octal212322613112705135712041
Binary100011001110010110101100110101110101001111011111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111396; }

 p { color: rgb(17,19,150); }

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

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

 a { background-color: rgb(17,19,150); }

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

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

 span { border-color: rgb(17,19,150); }

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