Html Css Color HEX #11126A Midnight Blue

📋 copy color: '#11126A'

red 17 ◦ green 18 ◦ blue 106

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

Shades of Midnight Blue #11126A

Tints of Midnight Blue #11126A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

 BLUE value IS 106 (41.8% from 255) = 75.18%

R = 12.06%
G = 12.77%
B = 75.18%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11126A (or 0x11126A) is known color: Midnight Blue. HEX triplet: 11, 12 and 6A. RGB value is (17,18,106). Sum of RGB (Red+Green+Blue) = 17+18+106=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 106 (41.80% from 255 or 75.18% from 141); Max value from RGB is 106 - color contains mainly: blue. Hex color #11126A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11126A is #EEED95. Grayscale: #1B1B1B. Windows color (decimal): -15658390 or 6951441. OLE color: 6951441.

HSL color Cylindrical-coordinate representation of color #11126A: hue angle of 239.33º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11126A is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 18 106 -
CMYK 0.84 0.83 0 0.58
HSL 239.33º 0.72% 0.24% -
HSV(B) 239.33º 0.84% 0.42% -
XYZ 3.05 1.59 13.78 -
YUV 27.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 17 18 106 0.84 0.83 0 0.58 239.33 0.72 0.24
Hex 11 12 6A 54 53 0 3A EF 48 18
Octal 21 22 152 124 123 0 72 357 110 30
Binary 10001 10010 1101010 1010100 1010011 0 111010 11101111 1001000 11000

Color Harmonies of #11126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11126A

Black with #11126A

Text Example


Text Example

White with #11126A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,18,106); }

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

background-color css

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

 a { background-color: rgb(17,18,106); }

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

border-color css

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

 span { border-color: rgb(17,18,106); }

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