Html Css Color HEX #1D117C Midnight Blue

📋 copy color: '#1D117C'

red 29 ◦ green 17 ◦ blue 124

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

Shades of Midnight Blue #1D117C

Tints of Midnight Blue #1D117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 72.94%

R = 17.06%
G = 10%
B = 72.94%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D117C (or 0x1D117C) is known color: Midnight Blue. HEX triplet: 1D, 11 and 7C. RGB value is (29,17,124). Sum of RGB (Red+Green+Blue) = 29+17+124=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 124 (48.83% from 255 or 72.94% from 170); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D117C is #E2EE83. Grayscale: #202020. Windows color (decimal): -14872196 or 8130845. OLE color: 8130845.

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

Color convert

RGB 29 17 124 -
CMYK 0.77 0.86 0 0.51
HSL 246.73º 0.76% 0.28% -
HSV(B) 246.73º 0.86% 0.49% -
XYZ 4.35 2.12 19.25 -
YUV 32.79 179.48 125.3 -
System Red Green Blue C M Y K H S L
Decimal 29 17 124 0.77 0.86 0 0.51 246.73 0.76 0.28
Hex 1D 11 7C 4D 56 0 33 F7 4C 1C
Octal 35 21 174 115 126 0 63 367 114 34
Binary 11101 10001 1111100 1001101 1010110 0 110011 11110111 1001100 11100

Color Harmonies of #1D117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D117C

Black with #1D117C

Text Example


Text Example

White with #1D117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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