Html Css Color HEX #110866 Midnight Blue

📋 copy color: '#110866'

red 17 ◦ green 8 ◦ blue 102

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

Shades of Midnight Blue #110866

Tints of Midnight Blue #110866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.3%

 BLUE value IS 102 (40.23% from 255) = 80.31%

R = 13.39%
G = 6.3%
B = 80.31%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#110866 (or 0x110866) is known color: Midnight Blue. HEX triplet: 11, 08 and 66. RGB value is (17,8,102). Sum of RGB (Red+Green+Blue) = 17+8+102=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 102 (40.23% from 255 or 80.31% from 127); Max value from RGB is 102 - color contains mainly: blue. Hex color #110866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110866 is #EEF799. Grayscale: #151515. Windows color (decimal): -15660954 or 6686737. OLE color: 6686737.

HSL color Cylindrical-coordinate representation of color #110866: hue angle of 245.74º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110866 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 8 102 -
CMYK 0.83 0.92 0 0.6
HSL 245.74º 0.85% 0.22% -
HSV(B) 245.74º 0.92% 0.4% -
XYZ 2.72 1.25 12.67 -
YUV 21.41 173.48 124.86 -
System Red Green Blue C M Y K H S L
Decimal 17 8 102 0.83 0.92 0 0.6 245.74 0.85 0.22
Hex 11 8 66 53 5C 0 3C F6 55 16
Octal 21 10 146 123 134 0 74 366 125 26
Binary 10001 1000 1100110 1010011 1011100 0 111100 11110110 1010101 10110

Color Harmonies of #110866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110866

Black with #110866

Text Example


Text Example

White with #110866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110866; }

 p { color: rgb(17,8,102); }

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

background-color css

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

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

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

border-color css

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

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

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