#1C1D5B

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

Shades of Midnight Blue #1C1D5B

Tints of Midnight Blue #1C1D5B

Color information

#1C1D5B (or 0x1C1D5B) is unknown color: approx Midnight Blue. HEX triplet: 1C, 1D and 5B. RGB value is (28,29,91). Sum of RGB (Red+Green+Blue) = 28+29+91=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C1D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1D5B is #E3E2A4. Grayscale: #232323. Windows color (decimal): -14934693 or 5971228. OLE color: 5971228.

HSL color Cylindrical-coordinate representation of color #1C1D5B: hue angle of 239.05º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C1D5B is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB282991-
CMYK0.690.6800.64
HSL239.05º52.94%23.33%-
HSV(B)239.05º69.23%35.69%-
XYZ2.811.8810.11-
YUV35.77159.17122.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.92%
GREEN value IS 29 (11.72% from 255) = 19.59%
BLUE value IS 91 (35.94% from 255) = 61.49%
R=18.92%
G=19.59%
B=61.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2829910.690.6800.64239.0552.9423.33
Hex1C1D5B4544040ef3517
Octal343513310510401003576527
Binary1110011101101101110001011000100010000001110111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,29,91); }

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

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

 a { background-color: rgb(28,29,91); }

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

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

 span { border-color: rgb(28,29,91); }

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