#11026C

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

Shades of Midnight Blue #11026C

Tints of Midnight Blue #11026C

Color information

#11026C (or 0x11026C) is unknown color: approx Midnight Blue. HEX triplet: 11, 02 and 6C. RGB value is (17,2,108). Sum of RGB (Red+Green+Blue) = 17+2+108=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 108 (42.58% from 255 or 85.04% from 127); Max value from RGB is 108 - color contains mainly: blue. Hex color #11026C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11026C is #EEFD93. Grayscale: #121212. Windows color (decimal): -15662484 or 7078417. OLE color: 7078417.

HSL color Cylindrical-coordinate representation of color #11026C: hue angle of 248.49º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11026C is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB172108-
CMYK0.840.9800.58
HSL248.49º96.36%21.57%-
HSV(B)248.49º98.15%42.35%-
XYZ2.961.2514.27-
YUV18.57178.47126.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.39%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 108 (42.58% from 255) = 85.04%
R=13.39%
G=1.57%
B=85.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1721080.840.9800.58248.4996.3621.57
Hex1126C546203Af86016
Octal21215412414207237014026
Binary1000110110110010101001100010011101011111000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11026C; }

 p { color: rgb(17,2,108); }

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

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

 a { background-color: rgb(17,2,108); }

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

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

 span { border-color: rgb(17,2,108); }

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