Html Css Color HEX #11096C Midnight Blue

📋 copy color: '#11096C'

red 17 ◦ green 9 ◦ blue 108

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

Shades of Midnight Blue #11096C

Tints of Midnight Blue #11096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 80.6%

R = 12.69%
G = 6.72%
B = 80.6%

CMYK

 C value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11096C (or 0x11096C) is known color: Midnight Blue. HEX triplet: 11, 09 and 6C. RGB value is (17,9,108). Sum of RGB (Red+Green+Blue) = 17+9+108=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 108 (42.58% from 255 or 80.60% from 134); Max value from RGB is 108 - color contains mainly: blue. Hex color #11096C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11096C is #EEF693. Grayscale: #161616. Windows color (decimal): -15660692 or 7080209. OLE color: 7080209.

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

Color convert

RGB 17 9 108 -
CMYK 0.84 0.92 0 0.58
HSL 244.85º 0.85% 0.23% -
HSV(B) 244.85º 0.92% 0.42% -
XYZ 3.04 1.4 14.3 -
YUV 22.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 17 9 108 0.84 0.92 0 0.58 244.85 0.85 0.23
Hex 11 9 6C 54 5C 0 3A F5 55 17
Octal 21 11 154 124 134 0 72 365 125 27
Binary 10001 1001 1101100 1010100 1011100 0 111010 11110101 1010101 10111

Color Harmonies of #11096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11096C

Black with #11096C

Text Example


Text Example

White with #11096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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