#110594

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

Shades of Ultramarine #110594

Tints of Ultramarine #110594

Color information

#110594 (or 0x110594) is unknown color: approx Ultramarine. HEX triplet: 11, 05 and 94. RGB value is (17,5,148). Sum of RGB (Red+Green+Blue) = 17+5+148=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 148 (58.20% from 255 or 87.06% from 170); Max value from RGB is 148 - color contains mainly: blue. Hex color #110594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110594 is #EEFA6B. Grayscale: #181818. Windows color (decimal): -15661676 or 9700625. OLE color: 9700625.

HSL color Cylindrical-coordinate representation of color #110594: hue angle of 245.03º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110594 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB175148-
CMYK0.890.9700.42
HSL245.03º93.46%30%-
HSV(B)245.03º96.62%58.04%-
XYZ5.632.3728.18-
YUV24.89197.48122.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 148 (58.20% from 255) = 87.06%
R=10%
G=2.94%
B=87.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1751480.890.9700.42245.0393.4630
Hex11594596102Af55d1e
Octal21522413114105236513536
Binary100011011001010010110011100001010101011110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110594; }

 p { color: rgb(17,5,148); }

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

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

 a { background-color: rgb(17,5,148); }

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

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

 span { border-color: rgb(17,5,148); }

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