#111485

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

Shades of Ultramarine #111485

Tints of Ultramarine #111485

Color information

#111485 (or 0x111485) is unknown color: approx Ultramarine. HEX triplet: 11, 14 and 85. RGB value is (17,20,133). Sum of RGB (Red+Green+Blue) = 17+20+133=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 133 (52.34% from 255 or 78.24% from 170); Max value from RGB is 133 - color contains mainly: blue. Hex color #111485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111485 is #EEEB7A. Grayscale: #1F1F1F. Windows color (decimal): -15657851 or 8721425. OLE color: 8721425.

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

Color convert

RGB1720133-
CMYK0.870.8500.48
HSL238.45º77.33%29.41%-
HSV(B)238.45º87.22%52.16%-
XYZ4.712.3122.39-
YUV31.98185.01117.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 133 (52.34% from 255) = 78.24%
R=10%
G=11.76%
B=78.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17201330.870.8500.48238.4577.3329.41
Hex1114855755030ee4d1d
Octal212420512712506035611535
Binary10001101001000010110101111010101011000011101110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111485; }

 p { color: rgb(17,20,133); }

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

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

 a { background-color: rgb(17,20,133); }

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

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

 span { border-color: rgb(17,20,133); }

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