Html Css Color HEX #111E7D Midnight Blue

📋 copy color: '#111E7D'

red 17 ◦ green 30 ◦ blue 125

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

Shades of Midnight Blue #111E7D

Tints of Midnight Blue #111E7D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.44%

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

R = 9.88%
G = 17.44%
B = 72.67%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#111E7D (or 0x111E7D) is known color: Midnight Blue. HEX triplet: 11, 1E and 7D. RGB value is (17,30,125). Sum of RGB (Red+Green+Blue) = 17+30+125=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #111E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E7D is #EEE182. Grayscale: #242424. Windows color (decimal): -15655299 or 8199697. OLE color: 8199697.

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

Color convert

RGB 17 30 125 -
CMYK 0.86 0.76 0 0.51
HSL 232.78º 0.76% 0.28% -
HSV(B) 232.78º 0.86% 0.49% -
XYZ 4.4 2.53 19.66 -
YUV 36.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 17 30 125 0.86 0.76 0 0.51 232.78 0.76 0.28
Hex 11 1E 7D 56 4C 0 33 E9 4C 1C
Octal 21 36 175 126 114 0 63 351 114 34
Binary 10001 11110 1111101 1010110 1001100 0 110011 11101001 1001100 11100

Color Harmonies of #111E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E7D

Black with #111E7D

Text Example


Text Example

White with #111E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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