Html Css Color HEX #11117C Midnight Blue

📋 copy color: '#11117C'

red 17 ◦ green 17 ◦ blue 124

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

Shades of Midnight Blue #11117C

Tints of Midnight Blue #11117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 78.48%

R = 10.76%
G = 10.76%
B = 78.48%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11117C (or 0x11117C) is known color: Midnight Blue. HEX triplet: 11, 11 and 7C. RGB value is (17,17,124). Sum of RGB (Red+Green+Blue) = 17+17+124=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #11117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11117C is #EEEE83. Grayscale: #1C1C1C. Windows color (decimal): -15658628 or 8130833. OLE color: 8130833.

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

Color convert

RGB 17 17 124 -
CMYK 0.86 0.86 0 0.51
HSL 240º 0.76% 0.28% -
HSV(B) 240º 0.86% 0.49% -
XYZ 4.07 1.98 19.24 -
YUV 29.2 181.5 119.3 -
System Red Green Blue C M Y K H S L
Decimal 17 17 124 0.86 0.86 0 0.51 240 0.76 0.28
Hex 11 11 7C 56 56 0 33 F0 4C 1C
Octal 21 21 174 126 126 0 63 360 114 34
Binary 10001 10001 1111100 1010110 1010110 0 110011 11110000 1001100 11100

Color Harmonies of #11117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11117C

Black with #11117C

Text Example


Text Example

White with #11117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11117C; }

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

 H1.HeaderClassName
 {
   color: #11117C;
 }
 .AnyTagClassName
 {
   color: #11117C;
 }
</style>

background-color css

<style>
 a { background-color: #11117C; }

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

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

border-color css

<style>
 span { border-color: #11117C; }

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

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