Html Css Color HEX #110766 Midnight Blue

📋 copy color: '#110766'

red 17 ◦ green 7 ◦ blue 102

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

Shades of Midnight Blue #110766

Tints of Midnight Blue #110766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.56%

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

R = 13.49%
G = 5.56%
B = 80.95%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#110766 (or 0x110766) is known color: Midnight Blue. HEX triplet: 11, 07 and 66. RGB value is (17,7,102). Sum of RGB (Red+Green+Blue) = 17+7+102=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 102 (40.23% from 255 or 80.95% from 126); Max value from RGB is 102 - color contains mainly: blue. Hex color #110766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110766 is #EEF899. Grayscale: #141414. Windows color (decimal): -15661210 or 6686481. OLE color: 6686481.

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

Color convert

RGB 17 7 102 -
CMYK 0.83 0.93 0 0.6
HSL 246.32º 0.87% 0.21% -
HSV(B) 246.32º 0.93% 0.4% -
XYZ 2.71 1.23 12.67 -
YUV 20.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 17 7 102 0.83 0.93 0 0.6 246.32 0.87 0.21
Hex 11 7 66 53 5D 0 3C F6 57 15
Octal 21 7 146 123 135 0 74 366 127 25
Binary 10001 111 1100110 1010011 1011101 0 111100 11110110 1010111 10101

Color Harmonies of #110766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110766

Black with #110766

Text Example


Text Example

White with #110766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110766; }

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

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

background-color css

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

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

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

border-color css

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

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

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