#1D1F6C

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

Shades of Midnight Blue #1D1F6C

Tints of Midnight Blue #1D1F6C

Color information

#1D1F6C (or 0x1D1F6C) is unknown color: approx Midnight Blue. HEX triplet: 1D, 1F and 6C. RGB value is (29,31,108). Sum of RGB (Red+Green+Blue) = 29+31+108=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D1F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1F6C is #E2E093. Grayscale: #262626. Windows color (decimal): -14868628 or 7085853. OLE color: 7085853.

HSL color Cylindrical-coordinate representation of color #1D1F6C: hue angle of 238.48º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D1F6C is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2931108-
CMYK0.730.7100.58
HSL238.48º57.66%26.86%-
HSV(B)238.48º73.15%42.35%-
XYZ3.72.3214.44-
YUV39.18166.84120.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.26%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 108 (42.58% from 255) = 64.29%
R=17.26%
G=18.45%
B=64.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29311080.730.7100.58238.4857.6626.86
Hex1D1F6C494703Aee3a1b
Octal35371541111070723567233
Binary111011111111011001001001100011101110101110111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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