#1C116E

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

Shades of Midnight Blue #1C116E

Tints of Midnight Blue #1C116E

Color information

#1C116E (or 0x1C116E) is unknown color: approx Midnight Blue. HEX triplet: 1C, 11 and 6E. RGB value is (28,17,110). Sum of RGB (Red+Green+Blue) = 28+17+110=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C116E is #E3EE91. Grayscale: #1E1E1E. Windows color (decimal): -14937746 or 7213340. OLE color: 7213340.

HSL color Cylindrical-coordinate representation of color #1C116E: hue angle of 247.1º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C116E is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2817110-
CMYK0.750.8500.57
HSL247.1º73.23%24.9%-
HSV(B)247.1º84.55%43.14%-
XYZ3.491.7714.91-
YUV30.89172.64125.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.06%
GREEN value IS 17 (7.03% from 255) = 10.97%
BLUE value IS 110 (43.36% from 255) = 70.97%
R=18.06%
G=10.97%
B=70.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28171100.750.8500.57247.173.2324.9
Hex1C116E4B55039f74919
Octal342115611312507136711131
Binary1110010001110111010010111010101011100111110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C116E; }

 p { color: rgb(28,17,110); }

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

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

 a { background-color: rgb(28,17,110); }

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

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

 span { border-color: rgb(28,17,110); }

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