Html Css Color HEX #110364 Midnight Blue

📋 copy color: '#110364'

red 17 ◦ green 3 ◦ blue 100

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

Shades of Midnight Blue #110364

Tints of Midnight Blue #110364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

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

R = 14.17%
G = 2.5%
B = 83.33%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#110364 (or 0x110364) is known color: Midnight Blue. HEX triplet: 11, 03 and 64. RGB value is (17,3,100). Sum of RGB (Red+Green+Blue) = 17+3+100=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 100 (39.45% from 255 or 83.33% from 120); Max value from RGB is 100 - color contains mainly: blue. Hex color #110364 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110364 is #EEFC9B. Grayscale: #111111. Windows color (decimal): -15662236 or 6554385. OLE color: 6554385.

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

Color convert

RGB 17 3 100 -
CMYK 0.83 0.97 0 0.61
HSL 248.66º 0.94% 0.2% -
HSV(B) 248.66º 0.97% 0.39% -
XYZ 2.56 1.1 12.13 -
YUV 18.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 17 3 100 0.83 0.97 0 0.61 248.66 0.94 0.2
Hex 11 3 64 53 61 0 3D F9 5E 14
Octal 21 3 144 123 141 0 75 371 136 24
Binary 10001 11 1100100 1010011 1100001 0 111101 11111001 1011110 10100

Color Harmonies of #110364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110364

Black with #110364

Text Example


Text Example

White with #110364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110364; }

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

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

background-color css

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

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

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

border-color css

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

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

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