#1C1173

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

Shades of Midnight Blue #1C1173

Tints of Midnight Blue #1C1173

Color information

#1C1173 (or 0x1C1173) is unknown color: approx Midnight Blue. HEX triplet: 1C, 11 and 73. RGB value is (28,17,115). Sum of RGB (Red+Green+Blue) = 28+17+115=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C1173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1173 is #E3EE8C. Grayscale: #1F1F1F. Windows color (decimal): -14937741 or 7541020. OLE color: 7541020.

HSL color Cylindrical-coordinate representation of color #1C1173: hue angle of 246.73º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C1173 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2817115-
CMYK0.760.8500.55
HSL246.73º74.24%25.88%-
HSV(B)246.73º85.22%45.1%-
XYZ3.771.8916.38-
YUV31.46175.14125.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.5%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 115 (45.31% from 255) = 71.88%
R=17.5%
G=10.62%
B=71.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28171150.760.8500.55246.7374.2425.88
Hex1C11734C55037f74a1a
Octal342116311412506736711232
Binary1110010001111001110011001010101011011111110111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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