#110491

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

Shades of Ultramarine #110491

Tints of Ultramarine #110491

Color information

#110491 (or 0x110491) is unknown color: approx Ultramarine. HEX triplet: 11, 04 and 91. RGB value is (17,4,145). Sum of RGB (Red+Green+Blue) = 17+4+145=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 145 (57.03% from 255 or 87.35% from 166); Max value from RGB is 145 - color contains mainly: blue. Hex color #110491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110491 is #EEFB6E. Grayscale: #171717. Windows color (decimal): -15661935 or 9503761. OLE color: 9503761.

HSL color Cylindrical-coordinate representation of color #110491: hue angle of 245.53º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110491 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB174145-
CMYK0.880.9700.43
HSL245.53º94.63%29.22%-
HSV(B)245.53º97.24%56.86%-
XYZ5.392.2526.94-
YUV23.96196.31123.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.24%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 145 (57.03% from 255) = 87.35%
R=10.24%
G=2.41%
B=87.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1741450.880.9700.43245.5394.6329.22
Hex11491586102Bf65f1d
Octal21422113014105336613735
Binary100011001001000110110001100001010101111110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110491; }

 p { color: rgb(17,4,145); }

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

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

 a { background-color: rgb(17,4,145); }

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

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

 span { border-color: rgb(17,4,145); }

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