#1D256B

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

Shades of Midnight Blue #1D256B

Tints of Midnight Blue #1D256B

Color information

#1D256B (or 0x1D256B) is unknown color: approx Midnight Blue. HEX triplet: 1D, 25 and 6B. RGB value is (29,37,107). Sum of RGB (Red+Green+Blue) = 29+37+107=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D256B is #E2DA94. Grayscale: #2A2A2A. Windows color (decimal): -14867093 or 7021853. OLE color: 7021853.

HSL color Cylindrical-coordinate representation of color #1D256B: hue angle of 233.85º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D256B is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2937107-
CMYK0.730.6500.58
HSL233.85º57.35%26.67%-
HSV(B)233.85º72.9%41.96%-
XYZ3.822.6514.22-
YUV42.59164.35118.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 107 (42.19% from 255) = 61.85%
R=16.76%
G=21.39%
B=61.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29371070.730.6500.58233.8557.3526.67
Hex1D256B494103Aea391b
Octal35451531111010723527133
Binary1110110010111010111001001100000101110101110101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,37,107); }

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

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

 a { background-color: rgb(29,37,107); }

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

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

 span { border-color: rgb(29,37,107); }

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