Html Css Color HEX #1D1461 Midnight Blue

📋 copy color: '#1D1461'

red 29 ◦ green 20 ◦ blue 97

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

Shades of Midnight Blue #1D1461

Tints of Midnight Blue #1D1461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

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

R = 19.86%
G = 13.7%
B = 66.44%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1D1461 (or 0x1D1461) is known color: Midnight Blue. HEX triplet: 1D, 14 and 61. RGB value is (29,20,97). Sum of RGB (Red+Green+Blue) = 29+20+97=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #1D1461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1461 is #E2EB9E. Grayscale: #1F1F1F. Windows color (decimal): -14871455 or 6362141. OLE color: 6362141.

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

Color convert

RGB 29 20 97 -
CMYK 0.70 0.79 0 0.62
HSL 247.01º 0.66% 0.23% -
HSV(B) 247.01º 0.79% 0.38% -
XYZ 2.91 1.62 11.47 -
YUV 31.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 29 20 97 0.70 0.79 0 0.62 247.01 0.66 0.23
Hex 1D 14 61 46 4F 0 3E F7 42 17
Octal 35 24 141 106 117 0 76 367 102 27
Binary 11101 10100 1100001 1000110 1001111 0 111110 11110111 1000010 10111

Color Harmonies of #1D1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1461

Black with #1D1461

Text Example


Text Example

White with #1D1461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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