#111F91

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

Shades of Ultramarine #111F91

Tints of Ultramarine #111F91

Color information

#111F91 (or 0x111F91) is unknown color: approx Ultramarine. HEX triplet: 11, 1F and 91. RGB value is (17,31,145). Sum of RGB (Red+Green+Blue) = 17+31+145=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #111F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111F91 is #EEE06E. Grayscale: #272727. Windows color (decimal): -15655023 or 9510673. OLE color: 9510673.

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

Color convert

RGB1731145-
CMYK0.880.7900.43
HSL233.44º79.01%31.76%-
HSV(B)233.44º88.28%56.86%-
XYZ5.833.1427.09-
YUV39.81187.36111.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 145 (57.03% from 255) = 75.13%
R=8.81%
G=16.06%
B=75.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17311450.880.7900.43233.4479.0131.76
Hex111F91584F02Be94f20
Octal213722113011705335111740
Binary100011111110010001101100010011110101011111010011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111F91; }

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

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

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

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

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

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

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

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