#110090

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

Shades of Ultramarine #110090

Tints of Ultramarine #110090

Color information

#110090 (or 0x110090) is unknown color: approx Ultramarine. HEX triplet: 11, 00 and 90. RGB value is (17,0,144). Sum of RGB (Red+Green+Blue) = 17+0+144=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 144 (56.64% from 255 or 89.44% from 161); Max value from RGB is 144 - color contains mainly: blue. Hex color #110090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110090 is #EEFF6F. Grayscale: #141414. Windows color (decimal): -15662960 or 9437201. OLE color: 9437201.

HSL color Cylindrical-coordinate representation of color #110090: hue angle of 247.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110090 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB170144-
CMYK0.88100.44
HSL247.08º100%28.24%-
HSV(B)247.08º100%56.47%-
XYZ5.272.1326.52-
YUV21.5197.13124.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 89.44%
R=10.56%
G=0%
B=89.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1701440.88100.44247.0810028.24
Hex11090586402Cf7641c
Octal21022013014405436714434
Binary1000101001000010110001100100010110011110111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110090; }

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

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

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

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

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

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

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

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