Html Css Color HEX #1D2079 Midnight Blue

📋 copy color: '#1D2079'

red 29 ◦ green 32 ◦ blue 121

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

Shades of Midnight Blue #1D2079

Tints of Midnight Blue #1D2079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

 BLUE value IS 121 (47.66% from 255) = 66.48%

R = 15.93%
G = 17.58%
B = 66.48%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D2079 (or 0x1D2079) is known color: Midnight Blue. HEX triplet: 1D, 20 and 79. RGB value is (29,32,121). Sum of RGB (Red+Green+Blue) = 29+32+121=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 121 (47.66% from 255 or 66.48% from 182); Max value from RGB is 121 - color contains mainly: blue. Hex color #1D2079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2079 is #E2DF86. Grayscale: #282828. Windows color (decimal): -14868359 or 7938077. OLE color: 7938077.

HSL color Cylindrical-coordinate representation of color #1D2079: hue angle of 238.04º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D2079 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 32 121 -
CMYK 0.76 0.74 0 0.53
HSL 238.04º 0.61% 0.29% -
HSV(B) 238.04º 0.76% 0.47% -
XYZ 4.47 2.67 18.37 -
YUV 41.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 29 32 121 0.76 0.74 0 0.53 238.04 0.61 0.29
Hex 1D 20 79 4C 4A 0 35 EE 3D 1D
Octal 35 40 171 114 112 0 65 356 75 35
Binary 11101 100000 1111001 1001100 1001010 0 110101 11101110 111101 11101

Color Harmonies of #1D2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2079

Black with #1D2079

Text Example


Text Example

White with #1D2079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,32,121); }

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

background-color css

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

 a { background-color: rgb(29,32,121); }

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

border-color css

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

 span { border-color: rgb(29,32,121); }

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