Html Css Color HEX #1D177D Midnight Blue

📋 copy color: '#1D177D'

red 29 ◦ green 23 ◦ blue 125

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

Shades of Midnight Blue #1D177D

Tints of Midnight Blue #1D177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 70.62%

R = 16.38%
G = 12.99%
B = 70.62%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D177D (or 0x1D177D) is known color: Midnight Blue. HEX triplet: 1D, 17 and 7D. RGB value is (29,23,125). Sum of RGB (Red+Green+Blue) = 29+23+125=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D177D is #E2E882. Grayscale: #242424. Windows color (decimal): -14870659 or 8197917. OLE color: 8197917.

HSL color Cylindrical-coordinate representation of color #1D177D: hue angle of 243.53º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D177D is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 23 125 -
CMYK 0.77 0.82 0 0.51
HSL 243.53º 0.69% 0.29% -
HSV(B) 243.53º 0.82% 0.49% -
XYZ 4.51 2.35 19.62 -
YUV 36.42 177.99 122.71 -
System Red Green Blue C M Y K H S L
Decimal 29 23 125 0.77 0.82 0 0.51 243.53 0.69 0.29
Hex 1D 17 7D 4D 52 0 33 F4 45 1D
Octal 35 27 175 115 122 0 63 364 105 35
Binary 11101 10111 1111101 1001101 1010010 0 110011 11110100 1000101 11101

Color Harmonies of #1D177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D177D

Black with #1D177D

Text Example


Text Example

White with #1D177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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