Html Css Color HEX #110863 Midnight Blue

📋 copy color: '#110863'

red 17 ◦ green 8 ◦ blue 99

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

Shades of Midnight Blue #110863

Tints of Midnight Blue #110863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 79.84%

R = 13.71%
G = 6.45%
B = 79.84%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#110863 (or 0x110863) is known color: Midnight Blue. HEX triplet: 11, 08 and 63. RGB value is (17,8,99). Sum of RGB (Red+Green+Blue) = 17+8+99=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 99 (39.06% from 255 or 79.84% from 124); Max value from RGB is 99 - color contains mainly: blue. Hex color #110863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110863 is #EEF79C. Grayscale: #141414. Windows color (decimal): -15660957 or 6490129. OLE color: 6490129.

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

Color convert

RGB 17 8 99 -
CMYK 0.83 0.92 0 0.61
HSL 245.93º 0.85% 0.21% -
HSV(B) 245.93º 0.92% 0.39% -
XYZ 2.57 1.19 11.9 -
YUV 21.07 171.98 125.1 -
System Red Green Blue C M Y K H S L
Decimal 17 8 99 0.83 0.92 0 0.61 245.93 0.85 0.21
Hex 11 8 63 53 5C 0 3D F6 55 15
Octal 21 10 143 123 134 0 75 366 125 25
Binary 10001 1000 1100011 1010011 1011100 0 111101 11110110 1010101 10101

Color Harmonies of #110863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110863

Black with #110863

Text Example


Text Example

White with #110863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110863; }

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

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

background-color css

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

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

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

border-color css

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

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

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