Html Css Color HEX #1D1174 Midnight Blue

📋 copy color: '#1D1174'

red 29 ◦ green 17 ◦ blue 116

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

Shades of Midnight Blue #1D1174

Tints of Midnight Blue #1D1174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.49%

 BLUE value IS 116 (45.7% from 255) = 71.6%

R = 17.9%
G = 10.49%
B = 71.6%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D1174 (or 0x1D1174) is known color: Midnight Blue. HEX triplet: 1D, 11 and 74. RGB value is (29,17,116). Sum of RGB (Red+Green+Blue) = 29+17+116=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 116 (45.70% from 255 or 71.60% from 162); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D1174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1174 is #E2EE8B. Grayscale: #1F1F1F. Windows color (decimal): -14872204 or 7606557. OLE color: 7606557.

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

Color convert

RGB 29 17 116 -
CMYK 0.75 0.85 0 0.55
HSL 247.27º 0.74% 0.26% -
HSV(B) 247.27º 0.85% 0.45% -
XYZ 3.86 1.92 16.69 -
YUV 31.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 29 17 116 0.75 0.85 0 0.55 247.27 0.74 0.26
Hex 1D 11 74 4B 55 0 37 F7 4A 1A
Octal 35 21 164 113 125 0 67 367 112 32
Binary 11101 10001 1110100 1001011 1010101 0 110111 11110111 1001010 11010

Color Harmonies of #1D1174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1174

Black with #1D1174

Text Example


Text Example

White with #1D1174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,17,116); }

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

background-color css

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

 a { background-color: rgb(29,17,116); }

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

border-color css

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

 span { border-color: rgb(29,17,116); }

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