#11158A

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

Shades of Ultramarine #11158A

Tints of Ultramarine #11158A

Color information

#11158A (or 0x11158A) is unknown color: approx Ultramarine. HEX triplet: 11, 15 and 8A. RGB value is (17,21,138). Sum of RGB (Red+Green+Blue) = 17+21+138=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 138 (54.30% from 255 or 78.41% from 176); Max value from RGB is 138 - color contains mainly: blue. Hex color #11158A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11158A is #EEEA75. Grayscale: #202020. Windows color (decimal): -15657590 or 9049361. OLE color: 9049361.

HSL color Cylindrical-coordinate representation of color #11158A: hue angle of 238.02º 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 #11158A is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1721138-
CMYK0.880.8500.46
HSL238.02º78.06%30.39%-
HSV(B)238.02º87.68%54.12%-
XYZ5.092.4924.26-
YUV33.14187.17116.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 138 (54.30% from 255) = 78.41%
R=9.66%
G=11.93%
B=78.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17211380.880.8500.46238.0278.0630.39
Hex11158A585502Eee4e1e
Octal212521213012505635611636
Binary10001101011000101010110001010101010111011101110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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