#11168A

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

Shades of Ultramarine #11168A

Tints of Ultramarine #11168A

Color information

#11168A (or 0x11168A) is unknown color: approx Ultramarine. HEX triplet: 11, 16 and 8A. RGB value is (17,22,138). Sum of RGB (Red+Green+Blue) = 17+22+138=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 138 (54.30% from 255 or 77.97% from 177); Max value from RGB is 138 - color contains mainly: blue. Hex color #11168A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11168A is #EEE975. Grayscale: #212121. Windows color (decimal): -15657334 or 9049617. OLE color: 9049617.

HSL color Cylindrical-coordinate representation of color #11168A: hue angle of 237.52º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11168A is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1722138-
CMYK0.880.8400.46
HSL237.52º78.06%30.39%-
HSV(B)237.52º87.68%54.12%-
XYZ5.112.5324.26-
YUV33.73186.84116.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 22 (8.98% from 255) = 12.43%
BLUE value IS 138 (54.30% from 255) = 77.97%
R=9.60%
G=12.43%
B=77.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17221380.880.8400.46237.5278.0630.39
Hex11168A585402Eee4e1e
Octal212621213012405635611636
Binary10001101101000101010110001010100010111011101110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11168A; }

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

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

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

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

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

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

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

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