#1D2063

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

Shades of Midnight Blue #1D2063

Tints of Midnight Blue #1D2063

Color information

#1D2063 (or 0x1D2063) is unknown color: approx Midnight Blue. HEX triplet: 1D, 20 and 63. RGB value is (29,32,99). Sum of RGB (Red+Green+Blue) = 29+32+99=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D2063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2063 is #E2DF9C. Grayscale: #262626. Windows color (decimal): -14868381 or 6496285. OLE color: 6496285.

HSL color Cylindrical-coordinate representation of color #1D2063: hue angle of 237.43º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D2063 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB293299-
CMYK0.710.6800.61
HSL237.43º54.69%25.1%-
HSV(B)237.43º70.71%38.82%-
XYZ3.282.212.06-
YUV38.74162.01121.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.12%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 99 (39.06% from 255) = 61.88%
R=18.12%
G=20%
B=61.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2932990.710.6800.61237.4354.6925.1
Hex1D2063474403Ded3719
Octal35401431071040753556731
Binary1110110000011000111000111100010001111011110110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,32,99); }

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

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

 a { background-color: rgb(29,32,99); }

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

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

 span { border-color: rgb(29,32,99); }

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