#1D1A65

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

Shades of Midnight Blue #1D1A65

Tints of Midnight Blue #1D1A65

Color information

#1D1A65 (or 0x1D1A65) is unknown color: approx Midnight Blue. HEX triplet: 1D, 1A and 65. RGB value is (29,26,101). Sum of RGB (Red+Green+Blue) = 29+26+101=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #1D1A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1A65 is #E2E59A. Grayscale: #232323. Windows color (decimal): -14869915 or 6625821. OLE color: 6625821.

HSL color Cylindrical-coordinate representation of color #1D1A65: hue angle of 242.4º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D1A65 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2926101-
CMYK0.710.7400.60
HSL242.4º59.06%24.9%-
HSV(B)242.4º74.26%39.61%-
XYZ3.231.9412.52-
YUV35.45164.99123.4-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.59%
GREEN value IS 26 (10.55% from 255) = 16.67%
BLUE value IS 101 (39.84% from 255) = 64.74%
R=18.59%
G=16.67%
B=64.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal29261010.710.7400.60242.459.0624.9
Hex1D1A65474A03Cf23b19
Octal35321451071120743627331
Binary111011101011001011000111100101001111001111001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,26,101); }

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

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

 a { background-color: rgb(29,26,101); }

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

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

 span { border-color: rgb(29,26,101); }

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