Html Css Color HEX #111C74 Midnight Blue

📋 copy color: '#111C74'

red 17 ◦ green 28 ◦ blue 116

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

Shades of Midnight Blue #111C74

Tints of Midnight Blue #111C74

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.39%

 BLUE value IS 116 (45.7% from 255) = 72.05%

R = 10.56%
G = 17.39%
B = 72.05%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#111C74 (or 0x111C74) is known color: Midnight Blue. HEX triplet: 11, 1C and 74. RGB value is (17,28,116). Sum of RGB (Red+Green+Blue) = 17+28+116=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 116 (45.70% from 255 or 72.05% from 161); Max value from RGB is 116 - color contains mainly: blue. Hex color #111C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C74 is #EEE38B. Grayscale: #222222. Windows color (decimal): -15655820 or 7609361. OLE color: 7609361.

HSL color Cylindrical-coordinate representation of color #111C74: hue angle of 233.33º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111C74 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 28 116 -
CMYK 0.85 0.76 0 0.55
HSL 233.33º 0.74% 0.26% -
HSV(B) 233.33º 0.85% 0.45% -
XYZ 3.8 2.21 16.75 -
YUV 34.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 17 28 116 0.85 0.76 0 0.55 233.33 0.74 0.26
Hex 11 1C 74 55 4C 0 37 E9 4A 1A
Octal 21 34 164 125 114 0 67 351 112 32
Binary 10001 11100 1110100 1010101 1001100 0 110111 11101001 1001010 11010

Color Harmonies of #111C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C74

Black with #111C74

Text Example


Text Example

White with #111C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111C74; }

 p { color: rgb(17,28,116); }

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

background-color css

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

 a { background-color: rgb(17,28,116); }

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

border-color css

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

 span { border-color: rgb(17,28,116); }

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