#111582

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

Shades of Ultramarine #111582

Tints of Ultramarine #111582

Color information

#111582 (or 0x111582) is unknown color: approx Ultramarine. HEX triplet: 11, 15 and 82. RGB value is (17,21,130). Sum of RGB (Red+Green+Blue) = 17+21+130=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 130 (51.17% from 255 or 77.38% from 168); Max value from RGB is 130 - color contains mainly: blue. Hex color #111582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111582 is #EEEA7D. Grayscale: #1F1F1F. Windows color (decimal): -15657598 or 8525073. OLE color: 8525073.

HSL color Cylindrical-coordinate representation of color #111582: hue angle of 237.88º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #111582 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1721130-
CMYK0.870.8400.49
HSL237.88º76.87%28.82%-
HSV(B)237.88º86.92%50.98%-
XYZ4.532.2721.32-
YUV32.23183.17117.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.12%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 130 (51.17% from 255) = 77.38%
R=10.12%
G=12.5%
B=77.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17211300.870.8400.49237.8876.8728.82
Hex1115825754031ee4d1d
Octal212520212712406135611535
Binary10001101011000001010101111010100011000111101110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111582; }

 p { color: rgb(17,21,130); }

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

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

 a { background-color: rgb(17,21,130); }

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

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

 span { border-color: rgb(17,21,130); }

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