#112277

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

Shades of Midnight Blue #112277

Tints of Midnight Blue #112277

Color information

#112277 (or 0x112277) is unknown color: approx Midnight Blue. HEX triplet: 11, 22 and 77. RGB value is (17,34,119). Sum of RGB (Red+Green+Blue) = 17+34+119=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #112277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112277 is #EEDD88. Grayscale: #262626. Windows color (decimal): -15654281 or 7807505. OLE color: 7807505.

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

Color convert

RGB1734119-
CMYK0.860.7100.53
HSL230º75%26.67%-
HSV(B)230º85.71%46.67%-
XYZ4.132.617.74-
YUV38.61173.37112.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 119 (46.88% from 255) = 70%
R=10%
G=20%
B=70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17341190.860.7100.532307526.67
Hex1122775647035e64b1b
Octal214216712610706534611333
Binary10001100010111011110101101000111011010111100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112277; }

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

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

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

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

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

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

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

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