#111262

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

Shades of Midnight Blue #111262

Tints of Midnight Blue #111262

Color information

#111262 (or 0x111262) is unknown color: approx Midnight Blue. HEX triplet: 11, 12 and 62. RGB value is (17,18,98). Sum of RGB (Red+Green+Blue) = 17+18+98=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #111262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111262 is #EEED9D. Grayscale: #1A1A1A. Windows color (decimal): -15658398 or 6427153. OLE color: 6427153.

HSL color Cylindrical-coordinate representation of color #111262: hue angle of 239.26º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111262 is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB171898-
CMYK0.830.8200.62
HSL239.26º70.43%22.55%-
HSV(B)239.26º82.65%38.43%-
XYZ2.651.4311.69-
YUV26.82168.17121-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 98 (38.67% from 255) = 73.68%
R=12.78%
G=13.53%
B=73.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1718980.830.8200.62239.2670.4322.55
Hex111262535203Eef4617
Octal212214212312207635710627
Binary1000110010110001010100111010010011111011101111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111262; }

 p { color: rgb(17,18,98); }

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

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

 a { background-color: rgb(17,18,98); }

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

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

 span { border-color: rgb(17,18,98); }

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