#110489

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

Shades of Ultramarine #110489

Tints of Ultramarine #110489

Color information

#110489 (or 0x110489) is unknown color: approx Ultramarine. HEX triplet: 11, 04 and 89. RGB value is (17,4,137). Sum of RGB (Red+Green+Blue) = 17+4+137=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 137 (53.91% from 255 or 86.71% from 158); Max value from RGB is 137 - color contains mainly: blue. Hex color #110489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110489 is #EEFB76. Grayscale: #161616. Windows color (decimal): -15661943 or 8979473. OLE color: 8979473.

HSL color Cylindrical-coordinate representation of color #110489: hue angle of 245.86º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110489 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB174137-
CMYK0.880.9700.46
HSL245.86º94.33%27.65%-
HSV(B)245.86º97.08%53.73%-
XYZ4.792.0123.8-
YUV23.05192.31123.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 137 (53.91% from 255) = 86.71%
R=10.76%
G=2.53%
B=86.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1741370.880.9700.46245.8694.3327.65
Hex11489586102Ef65e1c
Octal21421113014105636613634
Binary100011001000100110110001100001010111011110110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110489; }

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

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

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

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

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

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

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

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