Html Css Color HEX #11127B Midnight Blue

📋 copy color: '#11127B'

red 17 ◦ green 18 ◦ blue 123

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

Shades of Midnight Blue #11127B

Tints of Midnight Blue #11127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 77.85%

R = 10.76%
G = 11.39%
B = 77.85%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11127B (or 0x11127B) is known color: Midnight Blue. HEX triplet: 11, 12 and 7B. RGB value is (17,18,123). Sum of RGB (Red+Green+Blue) = 17+18+123=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 123 (48.44% from 255 or 77.85% from 158); Max value from RGB is 123 - color contains mainly: blue. Hex color #11127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11127B is #EEED84. Grayscale: #1D1D1D. Windows color (decimal): -15658373 or 8065553. OLE color: 8065553.

HSL color Cylindrical-coordinate representation of color #11127B: hue angle of 239.43º 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 #11127B is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 18 123 -
CMYK 0.86 0.85 0 0.52
HSL 239.43º 0.76% 0.27% -
HSV(B) 239.43º 0.86% 0.48% -
XYZ 4.02 1.98 18.91 -
YUV 29.67 180.67 118.96 -
System Red Green Blue C M Y K H S L
Decimal 17 18 123 0.86 0.85 0 0.52 239.43 0.76 0.27
Hex 11 12 7B 56 55 0 34 EF 4C 1B
Octal 21 22 173 126 125 0 64 357 114 33
Binary 10001 10010 1111011 1010110 1010101 0 110100 11101111 1001100 11011

Color Harmonies of #11127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11127B

Black with #11127B

Text Example


Text Example

White with #11127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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