Html Css Color HEX #112480 Midnight Blue

📋 copy color: '#112480'

red 17 ◦ green 36 ◦ blue 128

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

Shades of Midnight Blue #112480

Tints of Midnight Blue #112480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.89%

 BLUE value IS 128 (50.39% from 255) = 70.72%

R = 9.39%
G = 19.89%
B = 70.72%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#112480 (or 0x112480) is known color: Midnight Blue. HEX triplet: 11, 24 and 80. RGB value is (17,36,128). Sum of RGB (Red+Green+Blue) = 17+36+128=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #112480 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112480 is #EEDB7F. Grayscale: #282828. Windows color (decimal): -15653760 or 8397841. OLE color: 8397841.

HSL color Cylindrical-coordinate representation of color #112480: hue angle of 229.73º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112480 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 36 128 -
CMYK 0.87 0.72 0 0.50
HSL 229.73º 0.77% 0.28% -
HSV(B) 229.73º 0.87% 0.5% -
XYZ 4.76 2.94 20.74 -
YUV 40.81 177.21 111.02 -
System Red Green Blue C M Y K H S L
Decimal 17 36 128 0.87 0.72 0 0.50 229.73 0.77 0.28
Hex 11 24 80 57 48 0 32 E6 4D 1C
Octal 21 44 200 127 110 0 62 346 115 34
Binary 10001 100100 10000000 1010111 1001000 0 110010 11100110 1001101 11100

Color Harmonies of #112480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112480

Black with #112480

Text Example


Text Example

White with #112480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112480; }

 p { color: rgb(17,36,128); }

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

background-color css

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

 a { background-color: rgb(17,36,128); }

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

border-color css

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

 span { border-color: rgb(17,36,128); }

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