#111492

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

Shades of Ultramarine #111492

Tints of Ultramarine #111492

Color information

#111492 (or 0x111492) is unknown color: approx Ultramarine. HEX triplet: 11, 14 and 92. RGB value is (17,20,146). Sum of RGB (Red+Green+Blue) = 17+20+146=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #111492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111492 is #EEEB6D. Grayscale: #202020. Windows color (decimal): -15657838 or 9573393. OLE color: 9573393.

HSL color Cylindrical-coordinate representation of color #111492: hue angle of 238.6º 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 #111492 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1720146-
CMYK0.880.8600.43
HSL238.6º79.14%31.96%-
HSV(B)238.6º88.36%57.25%-
XYZ5.672.6927.42-
YUV33.47191.51116.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 146 (57.42% from 255) = 79.78%
R=9.29%
G=10.93%
B=79.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17201460.880.8600.43238.679.1431.96
Hex111492585602Bef4f20
Octal212422213012605335711740
Binary100011010010010010101100010101100101011111011111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111492; }

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

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

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

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

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

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

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

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