Html Css Color HEX #11137A Midnight Blue

📋 copy color: '#11137A'

red 17 ◦ green 19 ◦ blue 122

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

Shades of Midnight Blue #11137A

Tints of Midnight Blue #11137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

 BLUE value IS 122 (48.05% from 255) = 77.22%

R = 10.76%
G = 12.03%
B = 77.22%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11137A (or 0x11137A) is known color: Midnight Blue. HEX triplet: 11, 13 and 7A. RGB value is (17,19,122). Sum of RGB (Red+Green+Blue) = 17+19+122=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 122 (48.05% from 255 or 77.22% from 158); Max value from RGB is 122 - color contains mainly: blue. Hex color #11137A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11137A is #EEEC85. Grayscale: #1D1D1D. Windows color (decimal): -15658118 or 8000273. OLE color: 8000273.

HSL color Cylindrical-coordinate representation of color #11137A: hue angle of 238.86º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11137A is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 19 122 -
CMYK 0.86 0.84 0 0.52
HSL 238.86º 0.76% 0.27% -
HSV(B) 238.86º 0.86% 0.48% -
XYZ 3.98 1.99 18.59 -
YUV 30.14 179.84 118.62 -
System Red Green Blue C M Y K H S L
Decimal 17 19 122 0.86 0.84 0 0.52 238.86 0.76 0.27
Hex 11 13 7A 56 54 0 34 EF 4C 1B
Octal 21 23 172 126 124 0 64 357 114 33
Binary 10001 10011 1111010 1010110 1010100 0 110100 11101111 1001100 11011

Color Harmonies of #11137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11137A

Black with #11137A

Text Example


Text Example

White with #11137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11137A; }

 p { color: rgb(17,19,122); }

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

background-color css

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

 a { background-color: rgb(17,19,122); }

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

border-color css

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

 span { border-color: rgb(17,19,122); }

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