#110095

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

Shades of Ultramarine #110095

Tints of Ultramarine #110095

Color information

#110095 (or 0x110095) is unknown color: approx Ultramarine. HEX triplet: 11, 00 and 95. RGB value is (17,0,149). Sum of RGB (Red+Green+Blue) = 17+0+149=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 149 (58.59% from 255 or 89.76% from 166); Max value from RGB is 149 - color contains mainly: blue. Hex color #110095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110095 is #EEFF6A. Grayscale: #151515. Windows color (decimal): -15662955 or 9764881. OLE color: 9764881.

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

Color convert

RGB170149-
CMYK0.89100.42
HSL246.85º100%29.22%-
HSV(B)246.85º100%58.43%-
XYZ5.662.2928.58-
YUV22.07199.63124.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 89.76%
R=10.24%
G=0%
B=89.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1701490.89100.42246.8510029.22
Hex11095596402Af7641d
Octal21022513114405236714435
Binary1000101001010110110011100100010101011110111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110095; }

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

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

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

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

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

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

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

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