Html Css Color HEX #112182 Midnight Blue

📋 copy color: '#112182'

red 17 ◦ green 33 ◦ blue 130

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

Shades of Midnight Blue #112182

Tints of Midnight Blue #112182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

 BLUE value IS 130 (51.17% from 255) = 72.22%

R = 9.44%
G = 18.33%
B = 72.22%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#112182 (or 0x112182) is known color: Midnight Blue. HEX triplet: 11, 21 and 82. RGB value is (17,33,130). Sum of RGB (Red+Green+Blue) = 17+33+130=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #112182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112182 is #EEDE7D. Grayscale: #262626. Windows color (decimal): -15654526 or 8528145. OLE color: 8528145.

HSL color Cylindrical-coordinate representation of color #112182: hue angle of 231.5º 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 #112182 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 33 130 -
CMYK 0.87 0.75 0 0.49
HSL 231.5º 0.77% 0.29% -
HSV(B) 231.5º 0.87% 0.51% -
XYZ 4.8 2.82 21.41 -
YUV 39.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 17 33 130 0.87 0.75 0 0.49 231.5 0.77 0.29
Hex 11 21 82 57 4B 0 31 E8 4D 1D
Octal 21 41 202 127 113 0 61 350 115 35
Binary 10001 100001 10000010 1010111 1001011 0 110001 11101000 1001101 11101

Color Harmonies of #112182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112182

Black with #112182

Text Example


Text Example

White with #112182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112182; }

 p { color: rgb(17,33,130); }

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

background-color css

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

 a { background-color: rgb(17,33,130); }

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

border-color css

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

 span { border-color: rgb(17,33,130); }

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