Html Css Color HEX #112378 Midnight Blue

📋 copy color: '#112378'

red 17 ◦ green 35 ◦ blue 120

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

Shades of Midnight Blue #112378

Tints of Midnight Blue #112378

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

 BLUE value IS 120 (47.27% from 255) = 69.77%

R = 9.88%
G = 20.35%
B = 69.77%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#112378 (or 0x112378) is known color: Midnight Blue. HEX triplet: 11, 23 and 78. RGB value is (17,35,120). Sum of RGB (Red+Green+Blue) = 17+35+120=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #112378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112378 is #EEDC87. Grayscale: #262626. Windows color (decimal): -15654024 or 7873297. OLE color: 7873297.

HSL color Cylindrical-coordinate representation of color #112378: hue angle of 229.51º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112378 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 35 120 -
CMYK 0.86 0.71 0 0.53
HSL 229.51º 0.75% 0.27% -
HSV(B) 229.51º 0.86% 0.47% -
XYZ 4.22 2.68 18.06 -
YUV 39.31 173.54 112.09 -
System Red Green Blue C M Y K H S L
Decimal 17 35 120 0.86 0.71 0 0.53 229.51 0.75 0.27
Hex 11 23 78 56 47 0 35 E6 4B 1B
Octal 21 43 170 126 107 0 65 346 113 33
Binary 10001 100011 1111000 1010110 1000111 0 110101 11100110 1001011 11011

Color Harmonies of #112378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112378

Black with #112378

Text Example


Text Example

White with #112378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112378; }

 p { color: rgb(17,35,120); }

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

background-color css

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

 a { background-color: rgb(17,35,120); }

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

border-color css

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

 span { border-color: rgb(17,35,120); }

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