#110E8D

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

Shades of Ultramarine #110E8D

Tints of Ultramarine #110E8D

Color information

#110E8D (or 0x110E8D) is unknown color: approx Ultramarine. HEX triplet: 11, 0E and 8D. RGB value is (17,14,141). Sum of RGB (Red+Green+Blue) = 17+14+141=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 141 (55.47% from 255 or 81.98% from 172); Max value from RGB is 141 - color contains mainly: blue. Hex color #110E8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110E8D is #EEF172. Grayscale: #1C1C1C. Windows color (decimal): -15659379 or 9244177. OLE color: 9244177.

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

Color convert

RGB1714141-
CMYK0.880.9000.45
HSL241.42º81.94%30.39%-
HSV(B)241.42º90.07%55.29%-
XYZ5.22.3625.38-
YUV29.38190.99119.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 14 (5.86% from 255) = 8.14%
BLUE value IS 141 (55.47% from 255) = 81.98%
R=9.88%
G=8.14%
B=81.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17141410.880.9000.45241.4281.9430.39
Hex11E8D585A02Df1521e
Octal211621513013205536112236
Binary1000111101000110110110001011010010110111110001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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