#1D1B61

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

Shades of Midnight Blue #1D1B61

Tints of Midnight Blue #1D1B61

Color information

#1D1B61 (or 0x1D1B61) is unknown color: approx Midnight Blue. HEX triplet: 1D, 1B and 61. RGB value is (29,27,97). Sum of RGB (Red+Green+Blue) = 29+27+97=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #1D1B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1B61 is #E2E49E. Grayscale: #232323. Windows color (decimal): -14869663 or 6363933. OLE color: 6363933.

HSL color Cylindrical-coordinate representation of color #1D1B61: hue angle of 241.71º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D1B61 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB292797-
CMYK0.700.7200.62
HSL241.71º56.45%24.31%-
HSV(B)241.71º72.16%38.04%-
XYZ3.061.9111.52-
YUV35.58162.66123.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.95%
GREEN value IS 27 (10.94% from 255) = 17.65%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=18.95%
G=17.65%
B=63.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2927970.700.7200.62241.7156.4524.31
Hex1D1B61464803Ef23818
Octal35331411061100763627030
Binary111011101111000011000110100100001111101111001011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,27,97); }

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

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

 a { background-color: rgb(29,27,97); }

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

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

 span { border-color: rgb(29,27,97); }

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