#110499

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

Shades of Ultramarine #110499

Tints of Ultramarine #110499

Color information

#110499 (or 0x110499) is unknown color: approx Ultramarine. HEX triplet: 11, 04 and 99. RGB value is (17,4,153). Sum of RGB (Red+Green+Blue) = 17+4+153=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 153 (60.16% from 255 or 87.93% from 174); Max value from RGB is 153 - color contains mainly: blue. Hex color #110499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110499 is #EEFB66. Grayscale: #181818. Windows color (decimal): -15661927 or 10028049. OLE color: 10028049.

HSL color Cylindrical-coordinate representation of color #110499: hue angle of 245.23º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110499 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB174153-
CMYK0.890.9700.4
HSL245.23º94.9%30.78%-
HSV(B)245.23º97.39%60%-
XYZ6.022.5130.3-
YUV24.87200.31122.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 153 (60.16% from 255) = 87.93%
R=9.77%
G=2.30%
B=87.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1741530.890.9700.4245.2394.930.78
Hex114995961028f55f1f
Octal21423113114105036513737
Binary100011001001100110110011100001010100011110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110499; }

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

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

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

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

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

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

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

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