#111496

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

Shades of Ultramarine #111496

Tints of Ultramarine #111496

Color information

#111496 (or 0x111496) is unknown color: approx Ultramarine. HEX triplet: 11, 14 and 96. RGB value is (17,20,150). Sum of RGB (Red+Green+Blue) = 17+20+150=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #111496 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111496 is #EEEB69. Grayscale: #212121. Windows color (decimal): -15657834 or 9835537. OLE color: 9835537.

HSL color Cylindrical-coordinate representation of color #111496: hue angle of 238.65º 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 #111496 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1720150-
CMYK0.890.8700.41
HSL238.65º79.64%32.75%-
HSV(B)238.65º88.67%58.82%-
XYZ5.992.8229.08-
YUV33.92193.51115.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 150 (58.98% from 255) = 80.21%
R=9.09%
G=10.70%
B=80.21%

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
Decimal17201500.890.8700.41238.6579.6432.75
Hex1114965957029ef5021
Octal212422613112705135712041
Binary100011010010010110101100110101110101001111011111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111496; }

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

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

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

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

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

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

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

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