Html Css Color HEX #110150 Midnight Blue

📋 copy color: '#110150'

red 17 ◦ green 1 ◦ blue 80

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

Shades of Midnight Blue #110150

Tints of Midnight Blue #110150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

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

R = 17.35%
G = 1.02%
B = 81.63%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#110150 (or 0x110150) is known color: Midnight Blue. HEX triplet: 11, 01 and 50. RGB value is (17,1,80). Sum of RGB (Red+Green+Blue) = 17+1+80=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 80 (31.64% from 255 or 81.63% from 98); Max value from RGB is 80 - color contains mainly: blue. Hex color #110150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110150 is #EEFEAF. Grayscale: #0E0E0E. Windows color (decimal): -15662768 or 5243153. OLE color: 5243153.

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

Color convert

RGB 17 1 80 -
CMYK 0.79 0.99 0 0.69
HSL 252.15º 0.98% 0.16% -
HSV(B) 252.15º 0.99% 0.31% -
XYZ 1.69 0.72 7.64 -
YUV 14.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 17 1 80 0.79 0.99 0 0.69 252.15 0.98 0.16
Hex 11 1 50 4F 63 0 45 FC 62 10
Octal 21 1 120 117 143 0 105 374 142 20
Binary 10001 1 1010000 1001111 1100011 0 1000101 11111100 1100010 10000

Color Harmonies of #110150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110150

Black with #110150

Text Example


Text Example

White with #110150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110150; }

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

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

background-color css

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

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

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

border-color css

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

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

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