#112279

Color #112279 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #112279

Tints of Midnight Blue #112279

Color information

#112279 (or 0x112279) is unknown color: approx Midnight Blue. HEX triplet: 11, 22 and 79. RGB value is (17,34,121). Sum of RGB (Red+Green+Blue) = 17+34+121=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 121 (47.66% from 255 or 70.35% from 172); Max value from RGB is 121 - color contains mainly: blue. Hex color #112279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112279 is #EEDD86. Grayscale: #262626. Windows color (decimal): -15654279 or 7938577. OLE color: 7938577.

HSL color Cylindrical-coordinate representation of color #112279: hue angle of 230.19º 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 #112279 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1734121-
CMYK0.860.7200.53
HSL230.19º75.36%27.06%-
HSV(B)230.19º85.95%47.45%-
XYZ4.252.6418.38-
YUV38.83174.37112.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 121 (47.66% from 255) = 70.35%
R=9.88%
G=19.77%
B=70.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17341210.860.7200.53230.1975.3627.06
Hex1122795648035e64b1b
Octal214217112611006534611333
Binary10001100010111100110101101001000011010111100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112279; }

 p { color: rgb(17,34,121); }

 H1.HeaderClassName
 {
   color: #112279;
 }
 .AnyTagClassName
 {
   color: #112279;
 }
</style>
background-color css

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

 a { background-color: rgb(17,34,121); }

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

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

 span { border-color: rgb(17,34,121); }

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