#1D055C

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

Shades of Midnight Blue #1D055C

Tints of Midnight Blue #1D055C

Color information

#1D055C (or 0x1D055C) is unknown color: approx Midnight Blue. HEX triplet: 1D, 05 and 5C. RGB value is (29,5,92). Sum of RGB (Red+Green+Blue) = 29+5+92=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D055C is #E2FAA3. Grayscale: #151515. Windows color (decimal): -14875300 or 6030621. OLE color: 6030621.

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

Color convert

RGB29592-
CMYK0.680.9500.64
HSL256.55º89.69%19.02%-
HSV(B)256.55º94.57%36.08%-
XYZ2.491.1410.21-
YUV22.09167.45132.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.02%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 92 (36.33% from 255) = 73.02%
R=23.02%
G=3.97%
B=73.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal295920.680.9500.64256.5589.6919.02
Hex1D55C445F0401015a13
Octal355134104137010040113223
Binary1110110110111001000100101111101000000100000001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,5,92); }

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

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

 a { background-color: rgb(29,5,92); }

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

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

 span { border-color: rgb(29,5,92); }

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