Html Css Color HEX #1D116C Midnight Blue

📋 copy color: '#1D116C'

red 29 ◦ green 17 ◦ blue 108

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

Shades of Midnight Blue #1D116C

Tints of Midnight Blue #1D116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 70.13%

R = 18.83%
G = 11.04%
B = 70.13%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D116C (or 0x1D116C) is known color: Midnight Blue. HEX triplet: 1D, 11 and 6C. RGB value is (29,17,108). Sum of RGB (Red+Green+Blue) = 29+17+108=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D116C is #E2EE93. Grayscale: #1E1E1E. Windows color (decimal): -14872212 or 7082269. OLE color: 7082269.

HSL color Cylindrical-coordinate representation of color #1D116C: hue angle of 247.91º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D116C is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 17 108 -
CMYK 0.73 0.84 0 0.58
HSL 247.91º 0.73% 0.25% -
HSV(B) 247.91º 0.84% 0.42% -
XYZ 3.41 1.74 14.34 -
YUV 30.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 29 17 108 0.73 0.84 0 0.58 247.91 0.73 0.25
Hex 1D 11 6C 49 54 0 3A F8 49 19
Octal 35 21 154 111 124 0 72 370 111 31
Binary 11101 10001 1101100 1001001 1010100 0 111010 11111000 1001001 11001

Color Harmonies of #1D116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D116C

Black with #1D116C

Text Example


Text Example

White with #1D116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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