#110895

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

Shades of Ultramarine #110895

Tints of Ultramarine #110895

Color information

#110895 (or 0x110895) is unknown color: approx Ultramarine. HEX triplet: 11, 08 and 95. RGB value is (17,8,149). Sum of RGB (Red+Green+Blue) = 17+8+149=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 149 (58.59% from 255 or 85.63% from 174); Max value from RGB is 149 - color contains mainly: blue. Hex color #110895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110895 is #EEF76A. Grayscale: #1A1A1A. Windows color (decimal): -15660907 or 9766929. OLE color: 9766929.

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

Color convert

RGB178149-
CMYK0.890.9500.42
HSL243.83º89.81%30.78%-
HSV(B)243.83º94.63%58.43%-
XYZ5.742.4628.61-
YUV26.76196.98121.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 149 (58.59% from 255) = 85.63%
R=9.77%
G=4.60%
B=85.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1781490.890.9500.42243.8389.8130.78
Hex11895595F02Af45a1f
Octal211022513113705236413237
Binary1000110001001010110110011011111010101011110100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110895; }

 p { color: rgb(17,8,149); }

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

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

 a { background-color: rgb(17,8,149); }

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

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

 span { border-color: rgb(17,8,149); }

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