#11128E

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

Shades of Ultramarine #11128E

Tints of Ultramarine #11128E

Color information

#11128E (or 0x11128E) is unknown color: approx Ultramarine. HEX triplet: 11, 12 and 8E. RGB value is (17,18,142). Sum of RGB (Red+Green+Blue) = 17+18+142=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 142 (55.86% from 255 or 80.23% from 177); Max value from RGB is 142 - color contains mainly: blue. Hex color #11128E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11128E is #EEED71. Grayscale: #1F1F1F. Windows color (decimal): -15658354 or 9310737. OLE color: 9310737.

HSL color Cylindrical-coordinate representation of color #11128E: hue angle of 239.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11128E is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1718142-
CMYK0.880.8700.44
HSL239.52º78.62%31.18%-
HSV(B)239.52º88.03%55.69%-
XYZ5.332.525.79-
YUV31.84190.17117.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 142 (55.86% from 255) = 80.23%
R=9.60%
G=10.17%
B=80.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17181420.880.8700.44239.5278.6231.18
Hex11128E585702Cf04f1f
Octal212221613012705436011737
Binary10001100101000111010110001010111010110011110000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11128E; }

 p { color: rgb(17,18,142); }

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

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

 a { background-color: rgb(17,18,142); }

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

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

 span { border-color: rgb(17,18,142); }

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