#110F8F

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

Shades of Ultramarine #110F8F

Tints of Ultramarine #110F8F

Color information

#110F8F (or 0x110F8F) is unknown color: approx Ultramarine. HEX triplet: 11, 0F and 8F. RGB value is (17,15,143). Sum of RGB (Red+Green+Blue) = 17+15+143=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 143 (56.25% from 255 or 81.71% from 175); Max value from RGB is 143 - color contains mainly: blue. Hex color #110F8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110F8F is #EEF070. Grayscale: #1D1D1D. Windows color (decimal): -15659121 or 9375505. OLE color: 9375505.

HSL color Cylindrical-coordinate representation of color #110F8F: hue angle of 240.94º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110F8F is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1715143-
CMYK0.880.9000.44
HSL240.94º81.01%30.98%-
HSV(B)240.94º89.51%56.08%-
XYZ5.362.4426.18-
YUV30.19191.66118.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 15 (6.25% from 255) = 8.57%
BLUE value IS 143 (56.25% from 255) = 81.71%
R=9.71%
G=8.57%
B=81.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17151430.880.9000.44240.9481.0130.98
Hex11F8F585A02Cf1511f
Octal211721713013205436112137
Binary1000111111000111110110001011010010110011110001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110F8F; }

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

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

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

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

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

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

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

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