Html Css Color HEX #11096E Midnight Blue

📋 copy color: '#11096E'

red 17 ◦ green 9 ◦ blue 110

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

Shades of Midnight Blue #11096E

Tints of Midnight Blue #11096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 80.88%

R = 12.5%
G = 6.62%
B = 80.88%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11096E (or 0x11096E) is known color: Midnight Blue. HEX triplet: 11, 09 and 6E. RGB value is (17,9,110). Sum of RGB (Red+Green+Blue) = 17+9+110=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 110 (43.36% from 255 or 80.88% from 136); Max value from RGB is 110 - color contains mainly: blue. Hex color #11096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11096E is #EEF691. Grayscale: #161616. Windows color (decimal): -15660690 or 7211281. OLE color: 7211281.

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

Color convert

RGB 17 9 110 -
CMYK 0.85 0.92 0 0.57
HSL 244.75º 0.85% 0.23% -
HSV(B) 244.75º 0.92% 0.43% -
XYZ 3.14 1.44 14.86 -
YUV 22.91 177.15 123.79 -
System Red Green Blue C M Y K H S L
Decimal 17 9 110 0.85 0.92 0 0.57 244.75 0.85 0.23
Hex 11 9 6E 55 5C 0 39 F5 55 17
Octal 21 11 156 125 134 0 71 365 125 27
Binary 10001 1001 1101110 1010101 1011100 0 111001 11110101 1010101 10111

Color Harmonies of #11096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11096E

Black with #11096E

Text Example


Text Example

White with #11096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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