#1C1560

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

Shades of Midnight Blue #1C1560

Tints of Midnight Blue #1C1560

Color information

#1C1560 (or 0x1C1560) is unknown color: approx Midnight Blue. HEX triplet: 1C, 15 and 60. RGB value is (28,21,96). Sum of RGB (Red+Green+Blue) = 28+21+96=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C1560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1560 is #E3EA9F. Grayscale: #1F1F1F. Windows color (decimal): -14936736 or 6296860. OLE color: 6296860.

HSL color Cylindrical-coordinate representation of color #1C1560: hue angle of 245.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C1560 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB282196-
CMYK0.710.7800.62
HSL245.6º64.1%22.94%-
HSV(B)245.6º78.12%37.65%-
XYZ2.861.6311.23-
YUV31.64164.32125.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.31%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 96 (37.89% from 255) = 66.21%
R=19.31%
G=14.48%
B=66.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2821960.710.7800.62245.664.122.94
Hex1C1560474E03Ef64017
Octal342514010711607636610027
Binary1110010101110000010001111001110011111011110110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,21,96); }

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

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

 a { background-color: rgb(28,21,96); }

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

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

 span { border-color: rgb(28,21,96); }

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