Html Css Color HEX #112288 Midnight Blue

📋 copy color: '#112288'

red 17 ◦ green 34 ◦ blue 136

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

Shades of Midnight Blue #112288

Tints of Midnight Blue #112288

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 value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#112288 (or 0x112288) is known color: 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

RGB 17 34 136 -
CMYK 0.87 0.75 0 0.47
HSL 231.43º 0.78% 0.3% -
HSV(B) 231.43º 0.88% 0.53% -
XYZ 5.25 3.04 23.6 -
YUV 40.55 181.87 111.21 -
System Red Green Blue C M Y K H S L
Decimal 17 34 136 0.87 0.75 0 0.47 231.43 0.78 0.3
Hex 11 22 88 57 4B 0 2F E7 4E 1E
Octal 21 42 210 127 113 0 57 347 116 36
Binary 10001 100010 10001000 1010111 1001011 0 101111 11100111 1001110 11110

Color Harmonies of #112288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112288

Black with #112288

Text Example


Text Example

White with #112288

Text Example


Text Example

HTML Codes & Css Web 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>