Html Css Color HEX #1D2972 Midnight Blue

📋 copy color: '#1D2972'

red 29 ◦ green 41 ◦ blue 114

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

Shades of Midnight Blue #1D2972

Tints of Midnight Blue #1D2972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.28%

 BLUE value IS 114 (44.92% from 255) = 61.96%

R = 15.76%
G = 22.28%
B = 61.96%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D2972 (or 0x1D2972) is known color: Midnight Blue. HEX triplet: 1D, 29 and 72. RGB value is (29,41,114). Sum of RGB (Red+Green+Blue) = 29+41+114=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D2972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2972 is #E2D68D. Grayscale: #2D2D2D. Windows color (decimal): -14866062 or 7481629. OLE color: 7481629.

HSL color Cylindrical-coordinate representation of color #1D2972: hue angle of 231.53º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D2972 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 41 114 -
CMYK 0.75 0.64 0 0.55
HSL 231.53º 0.59% 0.28% -
HSV(B) 231.53º 0.75% 0.45% -
XYZ 4.34 3.06 16.28 -
YUV 45.73 166.52 116.06 -
System Red Green Blue C M Y K H S L
Decimal 29 41 114 0.75 0.64 0 0.55 231.53 0.59 0.28
Hex 1D 29 72 4B 40 0 37 E8 3B 1C
Octal 35 51 162 113 100 0 67 350 73 34
Binary 11101 101001 1110010 1001011 1000000 0 110111 11101000 111011 11100

Color Harmonies of #1D2972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2972

Black with #1D2972

Text Example


Text Example

White with #1D2972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,41,114); }

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

background-color css

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

 a { background-color: rgb(29,41,114); }

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

border-color css

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

 span { border-color: rgb(29,41,114); }

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