Html Css Color HEX #11157D Midnight Blue

📋 copy color: '#11157D'

red 17 ◦ green 21 ◦ blue 125

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

Shades of Midnight Blue #11157D

Tints of Midnight Blue #11157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

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

R = 10.43%
G = 12.88%
B = 76.69%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11157D (or 0x11157D) is known color: Midnight Blue. HEX triplet: 11, 15 and 7D. RGB value is (17,21,125). Sum of RGB (Red+Green+Blue) = 17+21+125=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #11157D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11157D is #EEEA82. Grayscale: #1F1F1F. Windows color (decimal): -15657603 or 8197393. OLE color: 8197393.

HSL color Cylindrical-coordinate representation of color #11157D: hue angle of 237.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 #11157D is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 21 125 -
CMYK 0.86 0.83 0 0.51
HSL 237.78º 0.76% 0.28% -
HSV(B) 237.78º 0.86% 0.49% -
XYZ 4.2 2.14 19.59 -
YUV 31.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 17 21 125 0.86 0.83 0 0.51 237.78 0.76 0.28
Hex 11 15 7D 56 53 0 33 EE 4C 1C
Octal 21 25 175 126 123 0 63 356 114 34
Binary 10001 10101 1111101 1010110 1010011 0 110011 11101110 1001100 11100

Color Harmonies of #11157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11157D

Black with #11157D

Text Example


Text Example

White with #11157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11157D; }

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

 H1.HeaderClassName
 {
   color: #11157D;
 }
 .AnyTagClassName
 {
   color: #11157D;
 }
</style>

background-color css

<style>
 a { background-color: #11157D; }

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

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

border-color css

<style>
 span { border-color: #11157D; }

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

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