#110091

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

Shades of Ultramarine #110091

Tints of Ultramarine #110091

Color information

#110091 (or 0x110091) is unknown color: approx Ultramarine. HEX triplet: 11, 00 and 91. RGB value is (17,0,145). Sum of RGB (Red+Green+Blue) = 17+0+145=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 145 (57.03% from 255 or 89.51% from 162); Max value from RGB is 145 - color contains mainly: blue. Hex color #110091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110091 is #EEFF6E. Grayscale: #151515. Windows color (decimal): -15662959 or 9502737. OLE color: 9502737.

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

Color convert

RGB170145-
CMYK0.88100.43
HSL247.03º100%28.43%-
HSV(B)247.03º100%56.86%-
XYZ5.342.1626.92-
YUV21.61197.63124.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 89.51%
R=10.49%
G=0%
B=89.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1701450.88100.43247.0310028.43
Hex11091586402Bf7641c
Octal21022113014405336714434
Binary1000101001000110110001100100010101111110111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110091; }

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

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

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

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

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

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

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

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