Html Css Color HEX #1D1561 Midnight Blue

📋 copy color: '#1D1561'

red 29 ◦ green 21 ◦ blue 97

#1D1561
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #1D1561

Tints of Midnight Blue #1D1561

RGB

 RED value IS 29 (11.72% from 255) = 19.73%

 GREEN value IS 21 (8.59% from 255) = 14.29%

 BLUE value IS 97 (38.28% from 255) = 65.99%

R = 19.73%
G = 14.29%
B = 65.99%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1D1561 (or 0x1D1561) is known color: Midnight Blue. HEX triplet: 1D, 15 and 61. RGB value is (29,21,97). Sum of RGB (Red+Green+Blue) = 29+21+97=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #1D1561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1561 is #E2EA9E. Grayscale: #1F1F1F. Windows color (decimal): -14871199 or 6362397. OLE color: 6362397.

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

Color convert

RGB 29 21 97 -
CMYK 0.70 0.78 0 0.62
HSL 246.32º 0.64% 0.23% -
HSV(B) 246.32º 0.78% 0.38% -
XYZ 2.93 1.66 11.48 -
YUV 32.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 29 21 97 0.70 0.78 0 0.62 246.32 0.64 0.23
Hex 1D 15 61 46 4E 0 3E F6 40 17
Octal 35 25 141 106 116 0 76 366 100 27
Binary 11101 10101 1100001 1000110 1001110 0 111110 11110110 1000000 10111

Color Harmonies of #1D1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1561

Black with #1D1561

Text Example


Text Example

White with #1D1561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D1561;
 }
 .AnyTagClassName
 {
   color: #1D1561;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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