#1D117F

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

Shades of Midnight Blue #1D117F

Tints of Midnight Blue #1D117F

Color information

#1D117F (or 0x1D117F) is unknown color: approx Midnight Blue. HEX triplet: 1D, 11 and 7F. RGB value is (29,17,127). Sum of RGB (Red+Green+Blue) = 29+17+127=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D117F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D117F is #E2EE80. Grayscale: #202020. Windows color (decimal): -14872193 or 8327453. OLE color: 8327453.

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

Color convert

RGB2917127-
CMYK0.770.8700.50
HSL246.55º76.39%28.24%-
HSV(B)246.55º86.61%49.8%-
XYZ4.542.1920.26-
YUV33.13180.98125.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 127 (50% from 255) = 73.41%
R=16.76%
G=9.83%
B=73.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29171270.770.8700.50246.5576.3928.24
Hex1D117F4D57032f74c1c
Octal352117711512706236711434
Binary1110110001111111110011011010111011001011110111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,17,127); }

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

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

 a { background-color: rgb(29,17,127); }

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

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

 span { border-color: rgb(29,17,127); }

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