#11168F

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

Shades of Ultramarine #11168F

Tints of Ultramarine #11168F

Color information

#11168F (or 0x11168F) is unknown color: approx Ultramarine. HEX triplet: 11, 16 and 8F. RGB value is (17,22,143). Sum of RGB (Red+Green+Blue) = 17+22+143=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 143 (56.25% from 255 or 78.57% from 182); Max value from RGB is 143 - color contains mainly: blue. Hex color #11168F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11168F is #EEE970. Grayscale: #212121. Windows color (decimal): -15657329 or 9377297. OLE color: 9377297.

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

Color convert

RGB1722143-
CMYK0.880.8500.44
HSL237.62º78.75%31.37%-
HSV(B)237.62º88.11%56.08%-
XYZ5.482.6826.21-
YUV34.3189.34115.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 143 (56.25% from 255) = 78.57%
R=9.34%
G=12.09%
B=78.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17221430.880.8500.44237.6278.7531.37
Hex11168F585502Cee4f1f
Octal212621713012505435611737
Binary10001101101000111110110001010101010110011101110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11168F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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