#112288

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

Shades of Midnight Blue #112288

Tints of Midnight Blue #112288

Color information

#112288 (or 0x112288) is unknown color: approx Midnight Blue. HEX triplet: 11, 22 and 88. RGB value is (17,34,136). Sum of RGB (Red+Green+Blue) = 17+34+136=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #112288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112288 is #EEDD77. Grayscale: #282828. Windows color (decimal): -15654264 or 8921617. OLE color: 8921617.

HSL color Cylindrical-coordinate representation of color #112288: hue angle of 231.43º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112288 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1734136-
CMYK0.870.7500.47
HSL231.43º77.78%30%-
HSV(B)231.43º87.5%53.33%-
XYZ5.253.0423.6-
YUV40.54181.87111.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 136 (53.52% from 255) = 72.73%
R=9.09%
G=18.18%
B=72.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17341360.870.7500.47231.4377.7830
Hex112288574B02Fe74e1e
Octal214221012711305734711636
Binary100011000101000100010101111001011010111111100111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112288; }

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

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

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

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

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

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

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

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