#110D8D

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

Shades of Ultramarine #110D8D

Tints of Ultramarine #110D8D

Color information

#110D8D (or 0x110D8D) is unknown color: approx Ultramarine. HEX triplet: 11, 0D and 8D. RGB value is (17,13,141). Sum of RGB (Red+Green+Blue) = 17+13+141=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 141 (55.47% from 255 or 82.46% from 171); Max value from RGB is 141 - color contains mainly: blue. Hex color #110D8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110D8D is #EEF272. Grayscale: #1C1C1C. Windows color (decimal): -15659635 or 9243921. OLE color: 9243921.

HSL color Cylindrical-coordinate representation of color #110D8D: hue angle of 241.88º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110D8D is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1713141-
CMYK0.880.9100.45
HSL241.88º83.12%30.2%-
HSV(B)241.88º90.78%55.29%-
XYZ5.182.3325.38-
YUV28.79191.33119.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 141 (55.47% from 255) = 82.46%
R=9.94%
G=7.60%
B=82.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17131410.880.9100.45241.8883.1230.2
Hex11D8D585B02Df2531e
Octal211521513013305536212336
Binary1000111011000110110110001011011010110111110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,13,141); }

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

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

 a { background-color: rgb(17,13,141); }

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

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

 span { border-color: rgb(17,13,141); }

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