Html Css Color HEX #111D7D Midnight Blue

📋 copy color: '#111D7D'

red 17 ◦ green 29 ◦ blue 125

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

Shades of Midnight Blue #111D7D

Tints of Midnight Blue #111D7D

RGB

 RED value IS 17 (7.03% from 255) = 9.94%

 GREEN value IS 29 (11.72% from 255) = 16.96%

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

R = 9.94%
G = 16.96%
B = 73.1%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#111D7D (or 0x111D7D) is known color: Midnight Blue. HEX triplet: 11, 1D and 7D. RGB value is (17,29,125). Sum of RGB (Red+Green+Blue) = 17+29+125=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #111D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D7D is #EEE282. Grayscale: #232323. Windows color (decimal): -15655555 or 8199441. OLE color: 8199441.

HSL color Cylindrical-coordinate representation of color #111D7D: hue angle of 233.33º 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 #111D7D is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 29 125 -
CMYK 0.86 0.77 0 0.51
HSL 233.33º 0.76% 0.28% -
HSV(B) 233.33º 0.86% 0.49% -
XYZ 4.37 2.48 19.65 -
YUV 36.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 17 29 125 0.86 0.77 0 0.51 233.33 0.76 0.28
Hex 11 1D 7D 56 4D 0 33 E9 4C 1C
Octal 21 35 175 126 115 0 63 351 114 34
Binary 10001 11101 1111101 1010110 1001101 0 110011 11101001 1001100 11100

Color Harmonies of #111D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D7D

Black with #111D7D

Text Example


Text Example

White with #111D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111D7D; }

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

 H1.HeaderClassName
 {
   color: #111D7D;
 }
 .AnyTagClassName
 {
   color: #111D7D;
 }
</style>

background-color css

<style>
 a { background-color: #111D7D; }

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

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

border-color css

<style>
 span { border-color: #111D7D; }

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

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