Html Css Color HEX #11115B Midnight Blue

📋 copy color: '#11115B'

red 17 ◦ green 17 ◦ blue 91

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

Shades of Midnight Blue #11115B

Tints of Midnight Blue #11115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 72.8%

R = 13.6%
G = 13.6%
B = 72.8%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11115B (or 0x11115B) is known color: Midnight Blue. HEX triplet: 11, 11 and 5B. RGB value is (17,17,91). Sum of RGB (Red+Green+Blue) = 17+17+91=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #11115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11115B is #EEEEA4. Grayscale: #191919. Windows color (decimal): -15658661 or 5968145. OLE color: 5968145.

HSL color Cylindrical-coordinate representation of color #11115B: hue angle of 240º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11115B is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 17 91 -
CMYK 0.81 0.81 0 0.64
HSL 240º 0.69% 0.21% -
HSV(B) 240º 0.81% 0.36% -
XYZ 2.32 1.28 10.02 -
YUV 25.44 165 121.98 -
System Red Green Blue C M Y K H S L
Decimal 17 17 91 0.81 0.81 0 0.64 240 0.69 0.21
Hex 11 11 5B 51 51 0 40 F0 45 15
Octal 21 21 133 121 121 0 100 360 105 25
Binary 10001 10001 1011011 1010001 1010001 0 1000000 11110000 1000101 10101

Color Harmonies of #11115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11115B

Black with #11115B

Text Example


Text Example

White with #11115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11115B; }

 p { color: rgb(17,17,91); }

 H1.HeaderClassName
 {
   color: #11115B;
 }
 .AnyTagClassName
 {
   color: #11115B;
 }
</style>

background-color css

<style>
 a { background-color: #11115B; }

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

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

border-color css

<style>
 span { border-color: #11115B; }

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

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