Html Css Color HEX #110755 Midnight Blue

📋 copy color: '#110755'

red 17 ◦ green 7 ◦ blue 85

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

Shades of Midnight Blue #110755

Tints of Midnight Blue #110755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 77.98%

R = 15.6%
G = 6.42%
B = 77.98%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#110755 (or 0x110755) is known color: Midnight Blue. HEX triplet: 11, 07 and 55. RGB value is (17,7,85). Sum of RGB (Red+Green+Blue) = 17+7+85=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 85 (33.59% from 255 or 77.98% from 109); Max value from RGB is 85 - color contains mainly: blue. Hex color #110755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110755 is #EEF8AA. Grayscale: #121212. Windows color (decimal): -15661227 or 5572369. OLE color: 5572369.

HSL color Cylindrical-coordinate representation of color #110755: hue angle of 247.69º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110755 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 7 85 -
CMYK 0.80 0.92 0 0.67
HSL 247.69º 0.85% 0.18% -
HSV(B) 247.69º 0.92% 0.33% -
XYZ 1.95 0.93 8.67 -
YUV 18.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 17 7 85 0.80 0.92 0 0.67 247.69 0.85 0.18
Hex 11 7 55 50 5C 0 43 F8 55 12
Octal 21 7 125 120 134 0 103 370 125 22
Binary 10001 111 1010101 1010000 1011100 0 1000011 11111000 1010101 10010

Color Harmonies of #110755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110755

Black with #110755

Text Example


Text Example

White with #110755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110755; }

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

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

background-color css

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

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

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

border-color css

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

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

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