#110F85

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

Shades of Ultramarine #110F85

Tints of Ultramarine #110F85

Color information

#110F85 (or 0x110F85) is unknown color: approx Ultramarine. HEX triplet: 11, 0F and 85. RGB value is (17,15,133). Sum of RGB (Red+Green+Blue) = 17+15+133=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 133 (52.34% from 255 or 80.61% from 165); Max value from RGB is 133 - color contains mainly: blue. Hex color #110F85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110F85 is #EEF07A. Grayscale: #1C1C1C. Windows color (decimal): -15659131 or 8720145. OLE color: 8720145.

HSL color Cylindrical-coordinate representation of color #110F85: hue angle of 241.02º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110F85 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1715133-
CMYK0.870.8900.48
HSL241.02º79.73%29.02%-
HSV(B)241.02º88.72%52.16%-
XYZ4.642.1522.36-
YUV29.05186.66119.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 15 (6.25% from 255) = 9.09%
BLUE value IS 133 (52.34% from 255) = 80.61%
R=10.30%
G=9.09%
B=80.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17151330.870.8900.48241.0279.7329.02
Hex11F855759030f1501d
Octal211720512713106036112035
Binary1000111111000010110101111011001011000011110001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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