#1C117C

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

Shades of Midnight Blue #1C117C

Tints of Midnight Blue #1C117C

Color information

#1C117C (or 0x1C117C) is unknown color: approx Midnight Blue. HEX triplet: 1C, 11 and 7C. RGB value is (28,17,124). Sum of RGB (Red+Green+Blue) = 28+17+124=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C117C is #E3EE83. Grayscale: #202020. Windows color (decimal): -14937732 or 8130844. OLE color: 8130844.

HSL color Cylindrical-coordinate representation of color #1C117C: hue angle of 246.17º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C117C is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2817124-
CMYK0.770.8600.51
HSL246.17º75.89%27.65%-
HSV(B)246.17º86.29%48.63%-
XYZ4.322.119.25-
YUV32.49179.64124.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.57%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 124 (48.83% from 255) = 73.37%
R=16.57%
G=10.06%
B=73.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28171240.770.8600.51246.1775.8927.65
Hex1C117C4D56033f64c1c
Octal342117411512606336611434
Binary1110010001111110010011011010110011001111110110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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