#110296

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

Shades of Ultramarine #110296

Tints of Ultramarine #110296

Color information

#110296 (or 0x110296) is unknown color: approx Ultramarine. HEX triplet: 11, 02 and 96. RGB value is (17,2,150). Sum of RGB (Red+Green+Blue) = 17+2+150=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 150 (58.98% from 255 or 88.76% from 169); Max value from RGB is 150 - color contains mainly: blue. Hex color #110296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110296 is #EEFD69. Grayscale: #161616. Windows color (decimal): -15662442 or 9830929. OLE color: 9830929.

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

Color convert

RGB172150-
CMYK0.890.9900.41
HSL246.08º97.37%29.8%-
HSV(B)246.08º98.67%58.82%-
XYZ5.762.3629.01-
YUV23.36199.47123.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.06%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 150 (58.98% from 255) = 88.76%
R=10.06%
G=1.18%
B=88.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1721500.890.9900.41246.0897.3729.8
Hex112965963029f6611e
Octal21222613114305136614136
Binary10001101001011010110011100011010100111110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110296; }

 p { color: rgb(17,2,150); }

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

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

 a { background-color: rgb(17,2,150); }

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

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

 span { border-color: rgb(17,2,150); }

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