Html Css Color HEX #111B7D Midnight Blue

📋 copy color: '#111B7D'

red 17 ◦ green 27 ◦ blue 125

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

Shades of Midnight Blue #111B7D

Tints of Midnight Blue #111B7D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.98%

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

R = 10.06%
G = 15.98%
B = 73.96%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#111B7D (or 0x111B7D) is known color: Midnight Blue. HEX triplet: 11, 1B and 7D. RGB value is (17,27,125). Sum of RGB (Red+Green+Blue) = 17+27+125=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 125 (49.22% from 255 or 73.96% from 169); Max value from RGB is 125 - color contains mainly: blue. Hex color #111B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B7D is #EEE482. Grayscale: #222222. Windows color (decimal): -15656067 or 8198929. OLE color: 8198929.

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

Color convert

RGB 17 27 125 -
CMYK 0.86 0.78 0 0.51
HSL 234.44º 0.76% 0.28% -
HSV(B) 234.44º 0.86% 0.49% -
XYZ 4.32 2.38 19.63 -
YUV 35.18 178.69 115.03 -
System Red Green Blue C M Y K H S L
Decimal 17 27 125 0.86 0.78 0 0.51 234.44 0.76 0.28
Hex 11 1B 7D 56 4E 0 33 EA 4C 1C
Octal 21 33 175 126 116 0 63 352 114 34
Binary 10001 11011 1111101 1010110 1001110 0 110011 11101010 1001100 11100

Color Harmonies of #111B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111B7D

Black with #111B7D

Text Example


Text Example

White with #111B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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