Html Css Color HEX #1D116B Midnight Blue

📋 copy color: '#1D116B'

red 29 ◦ green 17 ◦ blue 107

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

Shades of Midnight Blue #1D116B

Tints of Midnight Blue #1D116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 69.93%

R = 18.95%
G = 11.11%
B = 69.93%

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

#1D116B (or 0x1D116B) is known color: Midnight Blue. HEX triplet: 1D, 11 and 6B. RGB value is (29,17,107). Sum of RGB (Red+Green+Blue) = 29+17+107=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D116B is #E2EE94. Grayscale: #1E1E1E. Windows color (decimal): -14872213 or 7016733. OLE color: 7016733.

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

Color convert

RGB 29 17 107 -
CMYK 0.73 0.84 0 0.58
HSL 248º 0.73% 0.24% -
HSV(B) 248º 0.84% 0.42% -
XYZ 3.36 1.72 14.07 -
YUV 30.85 170.98 126.68 -
System Red Green Blue C M Y K H S L
Decimal 29 17 107 0.73 0.84 0 0.58 248 0.73 0.24
Hex 1D 11 6B 49 54 0 3A F8 49 18
Octal 35 21 153 111 124 0 72 370 111 30
Binary 11101 10001 1101011 1001001 1010100 0 111010 11111000 1001001 11000

Color Harmonies of #1D116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D116B

Black with #1D116B

Text Example


Text Example

White with #1D116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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