#1D2480

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

Shades of Midnight Blue #1D2480

Tints of Midnight Blue #1D2480

Color information

#1D2480 (or 0x1D2480) is unknown color: approx Midnight Blue. HEX triplet: 1D, 24 and 80. RGB value is (29,36,128). Sum of RGB (Red+Green+Blue) = 29+36+128=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #1D2480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2480 is #E2DB7F. Grayscale: #2C2C2C. Windows color (decimal): -14867328 or 8397853. OLE color: 8397853.

HSL color Cylindrical-coordinate representation of color #1D2480: hue angle of 235.76º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D2480 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2936128-
CMYK0.770.7200.50
HSL235.76º63.06%30.78%-
HSV(B)235.76º77.34%50.2%-
XYZ5.033.0820.75-
YUV44.4175.18117.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.03%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 128 (50.39% from 255) = 66.32%
R=15.03%
G=18.65%
B=66.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29361280.770.7200.50235.7663.0630.78
Hex1D24804D48032ec3f1f
Octal35442001151100623547737
Binary11101100100100000001001101100100001100101110110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,36,128); }

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

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

 a { background-color: rgb(29,36,128); }

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

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

 span { border-color: rgb(29,36,128); }

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