#1D0F71

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

Shades of Midnight Blue #1D0F71

Tints of Midnight Blue #1D0F71

Color information

#1D0F71 (or 0x1D0F71) is unknown color: approx Midnight Blue. HEX triplet: 1D, 0F and 71. RGB value is (29,15,113). Sum of RGB (Red+Green+Blue) = 29+15+113=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D0F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0F71 is #E2F08E. Grayscale: #1D1D1D. Windows color (decimal): -14872719 or 7409437. OLE color: 7409437.

HSL color Cylindrical-coordinate representation of color #1D0F71: hue angle of 248.57º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D0F71 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2915113-
CMYK0.740.8700.56
HSL248.57º76.56%25.1%-
HSV(B)248.57º86.73%44.31%-
XYZ3.661.815.78-
YUV30.36174.64127.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 15 (6.25% from 255) = 9.55%
BLUE value IS 113 (44.53% from 255) = 71.97%
R=18.47%
G=9.55%
B=71.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29151130.740.8700.56248.5776.5625.1
Hex1DF714A57038f94d19
Octal351716111212707037111531
Binary111011111111000110010101010111011100011111001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,15,113); }

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

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

 a { background-color: rgb(29,15,113); }

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

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

 span { border-color: rgb(29,15,113); }

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