#110E81

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

Shades of Ultramarine #110E81

Tints of Ultramarine #110E81

Color information

#110E81 (or 0x110E81) is unknown color: approx Ultramarine. HEX triplet: 11, 0E and 81. RGB value is (17,14,129). Sum of RGB (Red+Green+Blue) = 17+14+129=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 129 (50.78% from 255 or 80.62% from 160); Max value from RGB is 129 - color contains mainly: blue. Hex color #110E81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110E81 is #EEF17E. Grayscale: #1B1B1B. Windows color (decimal): -15659391 or 8457745. OLE color: 8457745.

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

Color convert

RGB1714129-
CMYK0.870.8900.49
HSL241.57º80.42%28.04%-
HSV(B)241.57º89.15%50.59%-
XYZ4.352.0220.93-
YUV28.01184.99120.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.62%
GREEN value IS 14 (5.86% from 255) = 8.75%
BLUE value IS 129 (50.78% from 255) = 80.62%
R=10.62%
G=8.75%
B=80.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17141290.870.8900.49241.5780.4228.04
Hex11E815759031f2501c
Octal211620112713106136212034
Binary1000111101000000110101111011001011000111110010101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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