Html Css Color HEX #111355 Midnight Blue

📋 copy color: '#111355'

red 17 ◦ green 19 ◦ blue 85

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

Shades of Midnight Blue #111355

Tints of Midnight Blue #111355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

 BLUE value IS 85 (33.59% from 255) = 70.25%

R = 14.05%
G = 15.7%
B = 70.25%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#111355 (or 0x111355) is known color: Midnight Blue. HEX triplet: 11, 13 and 55. RGB value is (17,19,85). Sum of RGB (Red+Green+Blue) = 17+19+85=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #111355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111355 is #EEECAA. Grayscale: #191919. Windows color (decimal): -15658155 or 5575441. OLE color: 5575441.

HSL color Cylindrical-coordinate representation of color #111355: hue angle of 238.24º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111355 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 19 85 -
CMYK 0.80 0.78 0 0.67
HSL 238.24º 0.67% 0.2% -
HSV(B) 238.24º 0.8% 0.33% -
XYZ 2.1 1.24 8.72 -
YUV 25.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 17 19 85 0.80 0.78 0 0.67 238.24 0.67 0.2
Hex 11 13 55 50 4E 0 43 EE 43 14
Octal 21 23 125 120 116 0 103 356 103 24
Binary 10001 10011 1010101 1010000 1001110 0 1000011 11101110 1000011 10100

Color Harmonies of #111355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111355

Black with #111355

Text Example


Text Example

White with #111355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111355; }

 p { color: rgb(17,19,85); }

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

background-color css

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

 a { background-color: rgb(17,19,85); }

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

border-color css

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

 span { border-color: rgb(17,19,85); }

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