Html Css Color HEX #112883 Midnight Blue

📋 copy color: '#112883'

red 17 ◦ green 40 ◦ blue 131

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

Shades of Midnight Blue #112883

Tints of Midnight Blue #112883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.28%

 BLUE value IS 131 (51.56% from 255) = 69.68%

R = 9.04%
G = 21.28%
B = 69.68%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#112883 (or 0x112883) is known color: Midnight Blue. HEX triplet: 11, 28 and 83. RGB value is (17,40,131). Sum of RGB (Red+Green+Blue) = 17+40+131=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 131 (51.56% from 255 or 69.68% from 188); Max value from RGB is 131 - color contains mainly: blue. Hex color #112883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112883 is #EED77C. Grayscale: #2B2B2B. Windows color (decimal): -15652733 or 8595473. OLE color: 8595473.

HSL color Cylindrical-coordinate representation of color #112883: hue angle of 227.89º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112883 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 40 131 -
CMYK 0.87 0.69 0 0.49
HSL 227.89º 0.77% 0.29% -
HSV(B) 227.89º 0.87% 0.51% -
XYZ 5.09 3.28 21.84 -
YUV 43.5 177.38 109.1 -
System Red Green Blue C M Y K H S L
Decimal 17 40 131 0.87 0.69 0 0.49 227.89 0.77 0.29
Hex 11 28 83 57 45 0 31 E4 4D 1D
Octal 21 50 203 127 105 0 61 344 115 35
Binary 10001 101000 10000011 1010111 1000101 0 110001 11100100 1001101 11101

Color Harmonies of #112883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112883

Black with #112883

Text Example


Text Example

White with #112883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112883; }

 p { color: rgb(17,40,131); }

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

background-color css

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

 a { background-color: rgb(17,40,131); }

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

border-color css

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

 span { border-color: rgb(17,40,131); }

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