#1D107C

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

Shades of Midnight Blue #1D107C

Tints of Midnight Blue #1D107C

Color information

#1D107C (or 0x1D107C) is unknown color: approx Midnight Blue. HEX triplet: 1D, 10 and 7C. RGB value is (29,16,124). Sum of RGB (Red+Green+Blue) = 29+16+124=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D107C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D107C is #E2EF83. Grayscale: #1F1F1F. Windows color (decimal): -14872452 or 8130589. OLE color: 8130589.

HSL color Cylindrical-coordinate representation of color #1D107C: hue angle of 247.22º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D107C is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2916124-
CMYK0.770.8700.51
HSL247.22º77.14%27.45%-
HSV(B)247.22º87.1%48.63%-
XYZ4.332.0919.24-
YUV32.2179.81125.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.16%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 124 (48.83% from 255) = 73.37%
R=17.16%
G=9.47%
B=73.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29161240.770.8700.51247.2277.1427.45
Hex1D107C4D57033f74d1b
Octal352017411512706336711533
Binary1110110000111110010011011010111011001111110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,16,124); }

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

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

 a { background-color: rgb(29,16,124); }

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

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

 span { border-color: rgb(29,16,124); }

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