Html Css Color HEX #110050 Midnight Blue

📋 copy color: '#110050'

red 17 ◦ green 0 ◦ blue 80

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

Shades of Midnight Blue #110050

Tints of Midnight Blue #110050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 80 (31.64% from 255) = 82.47%

R = 17.53%
G = 0%
B = 82.47%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#110050 (or 0x110050) is known color: Midnight Blue. HEX triplet: 11, 00 and 50. RGB value is (17,0,80). Sum of RGB (Red+Green+Blue) = 17+0+80=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 80 (31.64% from 255 or 82.47% from 97); Max value from RGB is 80 - color contains mainly: blue. Hex color #110050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110050 is #EEFFAF. Grayscale: #0D0D0D. Windows color (decimal): -15663024 or 5242897. OLE color: 5242897.

HSL color Cylindrical-coordinate representation of color #110050: hue angle of 252.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110050 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 0 80 -
CMYK 0.79 1 0 0.69
HSL 252.75º 1% 0.16% -
HSV(B) 252.75º 1% 0.31% -
XYZ 1.68 0.7 7.64 -
YUV 14.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 17 0 80 0.79 1 0 0.69 252.75 1 0.16
Hex 11 0 50 4F 64 0 45 FD 64 10
Octal 21 0 120 117 144 0 105 375 144 20
Binary 10001 0 1010000 1001111 1100100 0 1000101 11111101 1100100 10000

Color Harmonies of #110050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110050

Black with #110050

Text Example


Text Example

White with #110050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110050; }

 p { color: rgb(17,0,80); }

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

background-color css

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

 a { background-color: rgb(17,0,80); }

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

border-color css

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

 span { border-color: rgb(17,0,80); }

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