Html Css Color HEX #110164 Midnight Blue

📋 copy color: '#110164'

red 17 ◦ green 1 ◦ blue 100

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

Shades of Midnight Blue #110164

Tints of Midnight Blue #110164

RGB

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

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

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

R = 14.41%
G = 0.85%
B = 84.75%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#110164 (or 0x110164) is known color: Midnight Blue. HEX triplet: 11, 01 and 64. RGB value is (17,1,100). Sum of RGB (Red+Green+Blue) = 17+1+100=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 100 (39.45% from 255 or 84.75% from 118); Max value from RGB is 100 - color contains mainly: blue. Hex color #110164 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110164 is #EEFE9B. Grayscale: #101010. Windows color (decimal): -15662748 or 6553873. OLE color: 6553873.

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

Color convert

RGB 17 1 100 -
CMYK 0.83 0.99 0 0.61
HSL 249.7º 0.98% 0.2% -
HSV(B) 249.7º 0.99% 0.39% -
XYZ 2.54 1.06 12.13 -
YUV 17.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 17 1 100 0.83 0.99 0 0.61 249.7 0.98 0.2
Hex 11 1 64 53 63 0 3D FA 62 14
Octal 21 1 144 123 143 0 75 372 142 24
Binary 10001 1 1100100 1010011 1100011 0 111101 11111010 1100010 10100

Color Harmonies of #110164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110164

Black with #110164

Text Example


Text Example

White with #110164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110164; }

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

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

background-color css

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

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

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

border-color css

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

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

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