#1D1F7A

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

Shades of Midnight Blue #1D1F7A

Tints of Midnight Blue #1D1F7A

Color information

#1D1F7A (or 0x1D1F7A) is unknown color: approx Midnight Blue. HEX triplet: 1D, 1F and 7A. RGB value is (29,31,122). Sum of RGB (Red+Green+Blue) = 29+31+122=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #1D1F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1F7A is #E2E085. Grayscale: #282828. Windows color (decimal): -14868614 or 8003357. OLE color: 8003357.

HSL color Cylindrical-coordinate representation of color #1D1F7A: hue angle of 238.71º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D1F7A is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2931122-
CMYK0.760.7500.52
HSL238.71º61.59%29.61%-
HSV(B)238.71º76.23%47.84%-
XYZ4.512.6518.69-
YUV40.78173.84119.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.93%
GREEN value IS 31 (12.5% from 255) = 17.03%
BLUE value IS 122 (48.05% from 255) = 67.03%
R=15.93%
G=17.03%
B=67.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal29311220.760.7500.52238.7161.5929.61
Hex1D1F7A4C4B034ef3e1e
Octal35371721141130643577636
Binary111011111111110101001100100101101101001110111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,31,122); }

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

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

 a { background-color: rgb(29,31,122); }

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

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

 span { border-color: rgb(29,31,122); }

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