Html Css Color HEX #110464 Midnight Blue

📋 copy color: '#110464'

red 17 ◦ green 4 ◦ blue 100

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

Shades of Midnight Blue #110464

Tints of Midnight Blue #110464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.31%

 BLUE value IS 100 (39.45% from 255) = 82.64%

R = 14.05%
G = 3.31%
B = 82.64%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#110464 (or 0x110464) is known color: Midnight Blue. HEX triplet: 11, 04 and 64. RGB value is (17,4,100). Sum of RGB (Red+Green+Blue) = 17+4+100=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 100 (39.45% from 255 or 82.64% from 121); Max value from RGB is 100 - color contains mainly: blue. Hex color #110464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110464 is #EEFB9B. Grayscale: #121212. Windows color (decimal): -15661980 or 6554641. OLE color: 6554641.

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

Color convert

RGB 17 4 100 -
CMYK 0.83 0.96 0 0.61
HSL 248.13º 0.92% 0.2% -
HSV(B) 248.13º 0.96% 0.39% -
XYZ 2.57 1.13 12.14 -
YUV 18.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 17 4 100 0.83 0.96 0 0.61 248.13 0.92 0.2
Hex 11 4 64 53 60 0 3D F8 5C 14
Octal 21 4 144 123 140 0 75 370 134 24
Binary 10001 100 1100100 1010011 1100000 0 111101 11111000 1011100 10100

Color Harmonies of #110464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110464

Black with #110464

Text Example


Text Example

White with #110464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110464; }

 p { color: rgb(17,4,100); }

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

background-color css

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

 a { background-color: rgb(17,4,100); }

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

border-color css

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

 span { border-color: rgb(17,4,100); }

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