Html Css Color HEX #1D1777 Midnight Blue

📋 copy color: '#1D1777'

red 29 ◦ green 23 ◦ blue 119

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

Shades of Midnight Blue #1D1777

Tints of Midnight Blue #1D1777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

 BLUE value IS 119 (46.88% from 255) = 69.59%

R = 16.96%
G = 13.45%
B = 69.59%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D1777 (or 0x1D1777) is known color: Midnight Blue. HEX triplet: 1D, 17 and 77. RGB value is (29,23,119). Sum of RGB (Red+Green+Blue) = 29+23+119=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D1777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1777 is #E2E888. Grayscale: #232323. Windows color (decimal): -14870665 or 7804701. OLE color: 7804701.

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

Color convert

RGB 29 23 119 -
CMYK 0.76 0.81 0 0.53
HSL 243.75º 0.68% 0.28% -
HSV(B) 243.75º 0.81% 0.47% -
XYZ 4.14 2.21 17.66 -
YUV 35.74 174.99 123.19 -
System Red Green Blue C M Y K H S L
Decimal 29 23 119 0.76 0.81 0 0.53 243.75 0.68 0.28
Hex 1D 17 77 4C 51 0 35 F4 44 1C
Octal 35 27 167 114 121 0 65 364 104 34
Binary 11101 10111 1110111 1001100 1010001 0 110101 11110100 1000100 11100

Color Harmonies of #1D1777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1777

Black with #1D1777

Text Example


Text Example

White with #1D1777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,23,119); }

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

background-color css

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

 a { background-color: rgb(29,23,119); }

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

border-color css

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

 span { border-color: rgb(29,23,119); }

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