Html Css Color HEX #11096F Midnight Blue

📋 copy color: '#11096F'

red 17 ◦ green 9 ◦ blue 111

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

Shades of Midnight Blue #11096F

Tints of Midnight Blue #11096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.57%

 BLUE value IS 111 (43.75% from 255) = 81.02%

R = 12.41%
G = 6.57%
B = 81.02%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#11096F (or 0x11096F) is known color: Midnight Blue. HEX triplet: 11, 09 and 6F. RGB value is (17,9,111). Sum of RGB (Red+Green+Blue) = 17+9+111=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 111 (43.75% from 255 or 81.02% from 137); Max value from RGB is 111 - color contains mainly: blue. Hex color #11096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11096F is #EEF690. Grayscale: #161616. Windows color (decimal): -15660689 or 7276817. OLE color: 7276817.

HSL color Cylindrical-coordinate representation of color #11096F: hue angle of 244.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11096F is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 9 111 -
CMYK 0.85 0.92 0 0.56
HSL 244.71º 0.85% 0.24% -
HSV(B) 244.71º 0.92% 0.44% -
XYZ 3.2 1.46 15.15 -
YUV 23.02 177.65 123.71 -
System Red Green Blue C M Y K H S L
Decimal 17 9 111 0.85 0.92 0 0.56 244.71 0.85 0.24
Hex 11 9 6F 55 5C 0 38 F5 55 18
Octal 21 11 157 125 134 0 70 365 125 30
Binary 10001 1001 1101111 1010101 1011100 0 111000 11110101 1010101 11000

Color Harmonies of #11096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11096F

Black with #11096F

Text Example


Text Example

White with #11096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11096F; }

 p { color: rgb(17,9,111); }

 H1.HeaderClassName
 {
   color: #11096F;
 }
 .AnyTagClassName
 {
   color: #11096F;
 }
</style>

background-color css

<style>
 a { background-color: #11096F; }

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

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

border-color css

<style>
 span { border-color: #11096F; }

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

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