Html Css Color HEX #110963 Midnight Blue

📋 copy color: '#110963'

red 17 ◦ green 9 ◦ blue 99

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

Shades of Midnight Blue #110963

Tints of Midnight Blue #110963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

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

R = 13.6%
G = 7.2%
B = 79.2%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#110963 (or 0x110963) is known color: Midnight Blue. HEX triplet: 11, 09 and 63. RGB value is (17,9,99). Sum of RGB (Red+Green+Blue) = 17+9+99=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #110963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110963 is #EEF69C. Grayscale: #151515. Windows color (decimal): -15660701 or 6490385. OLE color: 6490385.

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

Color convert

RGB 17 9 99 -
CMYK 0.83 0.91 0 0.61
HSL 245.33º 0.83% 0.21% -
HSV(B) 245.33º 0.91% 0.39% -
XYZ 2.58 1.22 11.9 -
YUV 21.65 171.65 124.68 -
System Red Green Blue C M Y K H S L
Decimal 17 9 99 0.83 0.91 0 0.61 245.33 0.83 0.21
Hex 11 9 63 53 5B 0 3D F5 53 15
Octal 21 11 143 123 133 0 75 365 123 25
Binary 10001 1001 1100011 1010011 1011011 0 111101 11110101 1010011 10101

Color Harmonies of #110963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110963

Black with #110963

Text Example


Text Example

White with #110963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110963; }

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

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

background-color css

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

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

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

border-color css

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

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

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